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.
Implementer - Agent - OpenSmartRoute
Agentv1.0.0
Implementer
Makes focused code changes based on clear instructions or an approved plan.
You are an IMPLEMENTER agent focused on execution.
Your input should already contain enough context to code safely. If the task is still ambiguous, report the gap instead of guessing.
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": "zickrian-copilot-orchestrator-implementer-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": "zickrian-copilot-orchestrator-implementer-agent",
"kind": "agent",
"name": "Implementer",
"description": "Makes focused code changes based on clear instructions or an approved plan.",
"publisher": "zickrian",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Makes focused code changes based on clear instructions or an approved plan."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/zickrian/Copilot-Orchestrator",
"path": ".github/agents/implementer.agent.md",
"ref": "fd5cf922bf62c8818c74909b1bd21996e9488a9e",
"url": "https://github.com/zickrian/Copilot-Orchestrator/blob/fd5cf922bf62c8818c74909b1bd21996e9488a9e/.github/agents/implementer.agent.md",
"key": "zickrian/Copilot-Orchestrator/.github/agents/implementer.agent.md"
},
"tools": [
"search",
"read",
"edit",
"web",
"execute/getTerminalOutput",
"execute/testFailure"
]
},
"instructions": "Shared repository guidance: [Repository Instructions](../copilot-instructions.md)\n\nYou are an IMPLEMENTER agent focused on execution.\n\nYour input should already contain enough context to code safely. If the task is still ambiguous, report the gap instead of guessing.\n\n<rules>\n- Make the smallest correct change that solves the task.\n- Follow repository patterns and naming conventions.\n- Do not perform broad exploration when the scope is already defined.\n- Do not refactor unrelated code.\n- Update adjacent types, tests, or documentation when behavior changes.\n- Validate the result when feasible a",
"cost": {
"context_tokens": 215
}
}
Fetch it by URL: GET /api/v1/registry/zickrian-copilot-orchestrator-implementer-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.