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.
deployer - Agent - OpenSmartRoute
Agentv1.0.0
deployer
You are a deployment specialist for the aictl project.
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": "shizukutanaka-aios-deployer-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
shizukutanaka-aios-deployer-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "shizukutanaka-aios-deployer-subagent",
"kind": "agent",
"name": "deployer",
"description": "You are a deployment specialist for the aictl project.",
"publisher": "shizukutanaka",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"You are a deployment specialist for the aictl project."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/shizukutanaka/AIOS",
"path": ".claude/agents/deployer.md",
"ref": "e58f7c867e8d284f335d18a6e7d372d77924cd2a",
"url": "https://github.com/shizukutanaka/AIOS/blob/e58f7c867e8d284f335d18a6e7d372d77924cd2a/.claude/agents/deployer.md",
"key": "shizukutanaka/AIOS/.claude/agents/deployer.md"
}
},
"instructions": "You are a deployment specialist for the aictl project.\n\nYou help with:\n- Generating K8s manifests (KServe, Gateway API, KEDA)\n- Configuring bootc images\n- Setting up multi-tenant isolation\n- NVIDIA Dynamo integration\n\nAlways verify:\n1. Image tags are pinned (not :latest in production)\n2. Resource limits are set\n3. Health checks are configured\n4. Network policies for regulated tenants\n5. Cosign signatures for model images",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/shizukutanaka-aios-deployer-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.