Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from Nepopams/vr_ai_platform (graphs/AGENTS.md). Install upstream with npx skills add Nepopams/vr_ai_platform --skill graphs. Copyright stays with the author.
Graph Guidelines
Graph Conventions
Graphs are built with LangGraph nodes and edges; keep node logic focused and composable.
Validate inputs and outputs at each node boundary before returning results.
Ensure returned node outputs conform to the expected contract schema.
Testing Guidance
Add or update tests when modifying graph structure or node behavior.
Prefer running make run_graph_suite for regression coverage when touching graph logic.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/nepopams-vr-ai-platform-graphs/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
nepopams-vr-ai-platform-graphs.ocm.jsonjson
{
"ocm": "1",
"id": "nepopams-vr-ai-platform-graphs",
"kind": "skill",
"name": "graphs",
"description": "Graph Guidelines",
"publisher": "Nepopams",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Graph Guidelines"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Nepopams/vr_ai_platform",
"path": "graphs/AGENTS.md",
"ref": "93bab7f85e2ae8b5882106e155b54c8887413292",
"url": "https://github.com/Nepopams/vr_ai_platform/blob/93bab7f85e2ae8b5882106e155b54c8887413292/graphs/AGENTS.md",
"key": "Nepopams/vr_ai_platform/graphs/AGENTS.md"
}
},
"instructions": "# Graph Guidelines\n\n## Graph Conventions\n\n- Graphs are built with LangGraph nodes and edges; keep node logic focused and composable.\n- Validate inputs and outputs at each node boundary before returning results.\n- Ensure returned node outputs conform to the expected contract schema.\n\n## Testing Guidance\n\n- Add or update tests when modifying graph structure or node behavior.\n- Prefer running `make run_graph_suite` for regression coverage when touching graph logic.",
"cost": {
"context_tokens": 116
}
}
Fetch it by URL: GET /api/v1/registry/nepopams-vr-ai-platform-graphs/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.