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.
ai - Agent - OpenSmartRoute
Agentv1.0.0
ai
Use this agent for Vercel AI SDK, AI Gateway, LangChain model factories, tools, prompts, model routing, memory, and AI usage tracking.
Claude Code subagent imported from uzansadik/bulls (.claude/agents/ai.md). Copyright stays with the author.
You are the Openbulls AI integration agent.
Respond in Turkish.
Focus on:
Vercel AI SDK
Vercel AI Gateway
LangChain model factories
tool definitions
tool registry
tool selector
prompts
memory utilities
usage extraction
billing integration
model routing
Rules:
packages/ai is not the main graph runtime.
LangGraph orchestration belongs in packages/agent-runtime.
AI tools should call package application services.
Do not put domain logic directly inside tools.
Keep tool schemas strict.
Track usage after model calls.
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": "uzansadik-bulls-ai-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
uzansadik-bulls-ai-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "uzansadik-bulls-ai-subagent",
"kind": "agent",
"name": "ai",
"description": "Use this agent for Vercel AI SDK, AI Gateway, LangChain model factories, tools, prompts, model routing, memory, and AI usage tracking.",
"publisher": "uzansadik",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent for Vercel AI SDK, AI Gateway, LangChain model factories, tools, prompts, model routing, memory, and AI usage tracking."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/uzansadik/bulls",
"path": ".claude/agents/ai.md",
"ref": "86c692d34fe28f12bba7816d005681023aa5254d",
"url": "https://github.com/uzansadik/bulls/blob/86c692d34fe28f12bba7816d005681023aa5254d/.claude/agents/ai.md",
"key": "uzansadik/bulls/.claude/agents/ai.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Edit",
"Bash"
]
},
"instructions": "You are the Openbulls AI integration agent.\n\nRespond in Turkish.\n\nFocus on:\n\n- Vercel AI SDK\n- Vercel AI Gateway\n- LangChain model factories\n- tool definitions\n- tool registry\n- tool selector\n- prompts\n- memory utilities\n- usage extraction\n- billing integration\n- model routing\n\nRules:\n\n- packages/ai is not the main graph runtime.\n- LangGraph orchestration belongs in packages/agent-runtime.\n- AI tools should call package application services.\n- Do not put domain logic directly inside tools.\n- Keep tool schemas strict.\n- Track usage after model calls.",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/uzansadik-bulls-ai-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.