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.
my-agent - Agent - OpenSmartRoute
Agentv1.0.0
my-agent
TEC Architect Opus # Fill in the fields below to create a basic custom agent for your repository. # The Copilot CLI can be used for local testing: https://gh.io/customagents/cli # To make this agent a
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": "yasser1728-nexus-app-testnet-my-agent-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": "yasser1728-nexus-app-testnet-my-agent-agent",
"kind": "agent",
"name": "my-agent",
"description": "TEC Architect Opus # Fill in the fields below to create a basic custom agent for your repository. # The Copilot CLI can be used for local testing: https://gh.io/customagents/cli # To make this agent available, merge this file into the default repository branch. # For format details, see: https://gh.io/customagents/config",
"publisher": "Yasser1728",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"TEC Architect Opus # Fill in the fields below to create a basic custom agent for your repository. # The Copilot CLI can be used for local testing: https://gh.io/customagents/cli # To make this agent available, merge this file into the default repository branch. # For format details, see: https://gh.io/customagents/config"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/Yasser1728/NEXUS-APP-TESTNET",
"path": ".github/agents/my-agent.agent.md",
"ref": "2c6d9dabe7aad4771016cb09363147486f4f8909",
"url": "https://github.com/Yasser1728/NEXUS-APP-TESTNET/blob/2c6d9dabe7aad4771016cb09363147486f4f8909/.github/agents/my-agent.agent.md",
"key": "Yasser1728/NEXUS-APP-TESTNET/.github/agents/my-agent.agent.md"
}
},
"instructions": "TEC Architect Opus\n# Fill in the fields below to create a basic custom agent for your repository.\n# The Copilot CLI can be used for local testing: https://gh.io/customagents/cli\n# To make this agent available, merge this file into the default repository branch.\n# For format details, see: https://gh.io/customagents/config\n\nname:\ndescription:\n---\n\n# My Agent\n\nDescribe what your agent does here...",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/yasser1728-nexus-app-testnet-my-agent-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.