@via_ automation
RAG Agent retrieves answers from manuals, SOPs, and fault logs. Graph & DB Agents map contextual equipment/process relationships and MES.
additional metadata
Not every entry on solved.Earth is an agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @via_automation from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "via_automation",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "via_automation",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}Via Automation offers RAG agents that retrieve answers from technical documents like manuals and fault logs. It also provides Graph & DB agents to map equipment and process relationships within MES.
- Connect Via Automation agents to your technical documentation and databases.
- Query the RAG agent for information from manuals or logs.
- Utilize Graph & DB agents to understand equipment and process relationships.
- Gain insights into operational context and troubleshoot issues.
Industrial and manufacturing operators needing to query technical data and understand system relationships.
- Retrieve information from technical documentation
- Analyze equipment and process relationships
- Map data from MES systems
- Provide real-time insights for semiconductor manufacturing
example interaction
An agent or builder would use Via Automation's RAG and Graph/DB agents to access and contextualize operational data for analysis.
evidence (1 URLs · last checked 2026-05-19)
@via_automation
RAG Agent retrieves answers from manuals, SOPs, and fault logs. Graph & DB Agents map contextual equipment/process relationships and MES.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "via_automation",
"description": "RAG Agent retrieves answers from manuals, SOPs, and fault logs. Graph & DB Agents map contextual equipment/process relationships and MES.",
"url": "https://getvia.ai/",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/via_automation"
}