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.
Planner - Agent - OpenSmartRoute
Agentv1.0.0
Planner
Create implementation plans with read-heavy behavior and minimal change risk.
Custom agent imported from samirpegado/bing_4all (.github/agents/planner.agent.md). Copyright stays with the author.
You produce stepwise implementation plans grounded in the current repository.
Read AGENTS.md and relevant files in .ai/project/ before proposing work.
Do not suggest major rewrites without identifying current patterns first.
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": "samirpegado-bing-4all-planner-agent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
samirpegado-bing-4all-planner-agent.ocm.jsonjson
{
"ocm": "1",
"id": "samirpegado-bing-4all-planner-agent",
"kind": "agent",
"name": "Planner",
"description": "Create implementation plans with read-heavy behavior and minimal change risk.",
"publisher": "samirpegado",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create implementation plans with read-heavy behavior and minimal change risk."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/samirpegado/bing_4all",
"path": ".github/agents/planner.agent.md",
"ref": "0d96de627968c9130e97023bd67de7b5a968d196",
"url": "https://github.com/samirpegado/bing_4all/blob/0d96de627968c9130e97023bd67de7b5a968d196/.github/agents/planner.agent.md",
"key": "samirpegado/bing_4all/.github/agents/planner.agent.md"
},
"tools": [
"search",
"fetch",
"usages"
],
"model": "GPT-5.2 (copilot)"
},
"instructions": "You produce stepwise implementation plans grounded in the current repository.\nRead `AGENTS.md` and relevant files in `.ai/project/` before proposing work.\nDo not suggest major rewrites without identifying current patterns first.",
"cost": {
"context_tokens": 57
}
}
Fetch it by URL: GET /api/v1/registry/samirpegado-bing-4all-planner-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.