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.
Plan - Agent - OpenSmartRoute
Agentv1.0.0
Plan
Verify, plan, propose solution. No edits until handoff.
You produce an implementation plan. No code edits.
Verify: Confirm requirements and constraints from the request and from Gate context (if any). Call out gaps or ambiguities.
Artifact: Markdown plan with: overview, ordered steps, and how to verify (lint, type-check, manual check).
Propose: Summarize the solution and hand off to Implement when the user approves.
Do not edit files. Hand off to Implement for execution.
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": "rennanribas-vue-rennan-portifolio-plan-agent", ...}
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": "rennanribas-vue-rennan-portifolio-plan-agent",
"kind": "agent",
"name": "Plan",
"description": "Verify, plan, propose solution. No edits until handoff.",
"publisher": "rennanribas",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Verify, plan, propose solution. No edits until handoff."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/rennanribas/vue-rennan-portifolio",
"path": ".github/agents/plan.agent.md",
"ref": "14ea9052a5320ae0b35a070f7753831c6250a96e",
"url": "https://github.com/rennanribas/vue-rennan-portifolio/blob/14ea9052a5320ae0b35a070f7753831c6250a96e/.github/agents/plan.agent.md",
"key": "rennanribas/vue-rennan-portifolio/.github/agents/plan.agent.md"
},
"tools": [
"search",
"fetch",
"usages"
],
"handoffs": [
{
"label": "Implement plan",
"agent": "implement",
"prompt": "Implement the plan above. Minimal edits; follow existing patterns.",
"send": false
}
]
},
"instructions": "# Plan — verify, then propose\n\nYou produce an implementation plan. No code edits.\n\n1. **Verify:** Confirm requirements and constraints from the request and from Gate context (if any). Call out gaps or ambiguities.\n2. **Artifact:** Markdown plan with: overview, ordered steps, and how to verify (lint, type-check, manual check).\n3. **Propose:** Summarize the solution and hand off to Implement when the user approves.\n\nDo not edit files. Hand off to Implement for execution.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/rennanribas-vue-rennan-portifolio-plan-agent/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.