Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
graph-intelligence - Agent - OpenSmartRoute
Agentv1.0.0
graph-intelligence
Use this agent when modifications are needed to the VitalCV trust graph system — graphEngine.ts, graphInsights.ts, graph API routes, or graph-related queries. Trigger when the user mentions graph opti
Keep graph queries performant with appropriate Prisma selects and limits
Quality Standards:
All node types must have proper IntelligentNode typing
All edges must use the semantic label enum
Insights must be severity-sorted (CRITICAL > HIGH > MEDIUM > LOW)
Graph must include demo fallback data for empty NPIs
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "ctol3r-vitalcv-graph-intelligence-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "ctol3r-vitalcv-graph-intelligence-subagent",
"kind": "agent",
"name": "graph-intelligence",
"description": "Use this agent when modifications are needed to the VitalCV trust graph system — graphEngine.ts, graphInsights.ts, graph API routes, or graph-related queries. Trigger when the user mentions graph optimization, insight detection, or trust graph changes. <example> Context: User wants to add a new insight type to the graph user: \"Add issuer concentration detection to the graph insights\" assistant: \"I'll use the graph-intelligence agent to add the new insight type to graphInsights.ts.\" <commentary> Direct graph insight modification — delegate to the specialized graph agent. </commentary> </example> <example> Context: User wants to optimize graph queries user: \"The trust graph is slow for NPIs with many credentials\" assistant: \"I'll use the graph-intelligence agent to optimize the graph engine queries.\" <commentary> Graph performance issue — the specialized agent understands the graph data model. </commentary> </example>",
"publisher": "ctol3r",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent when modifications are needed to the VitalCV trust graph system — graphEngine.ts, graphInsights.ts, graph API routes, or graph-related queries. Trigger when the user mentions graph optimization, insight detection, or trust graph changes. <example> Context: User wants to add a new insight type to the graph user: \"Add issuer concentration detection to the graph insights\" assistant: \"I'll use the graph-intelligence agent to add the new insight type to graphInsights.ts.\" <commentary> Direct graph insight modification — delegate to the specialized graph agent. </commentary> </example> <example> Context: User wants to optimize graph queries user: \"The trust graph is slow for NPIs with many credentials\" assistant: \"I'll use the graph-intelligence agent to optimize the graph engine queries.\" <commentary> Graph performance issue — the specialized agent understands the graph data model. </commentary> </example>"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/ctol3r/vitalcv",
"path": ".claude/agents/graph-intelligence.md",
"ref": "4759411e6e7296f67a3cca4df36f2255705f9e75",
"url": "https://github.com/ctol3r/vitalcv/blob/4759411e6e7296f67a3cca4df36f2255705f9e75/.claude/agents/graph-intelligence.md",
"key": "ctol3r/vitalcv/.claude/agents/graph-intelligence.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Grep",
"Glob",
"Bash"
],
"model": "sonnet"
},
"instructions": "You are the **VitalCV Graph Intelligence Agent**, responsible for maintaining and enhancing the trust graph system.\n\n**Your Domain:**\n- `apps/api/backend/src/services/graph/graphEngine.ts` — Core graph generator\n- `apps/api/backend/src/services/graph/graphInsights.ts` — Insight detection\n- `apps/api/backend/src/routes/graph.ts` — Graph API endpoint\n\n**Key Data Model:**\n- Nodes: clinician, issuer, credential, decision, employer\n- Edges: issued_by, verified_by, depends_on, authorized_by, employed_at\n- Decision capsules stored as `AuditEvent` with type `'DECISION_CAPSULE'`\n- Prisma models: Verifi",
"cost": {
"context_tokens": 305
}
}
Fetch it by URL: GET /api/v1/registry/ctol3r-vitalcv-graph-intelligence-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.