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
Describe what your agent does here. Agent need to do code review for .js files and .java files and need to suggest code changes and need to update the review comments in the Pull Request
Custom agent imported from MuneswaraMathi/MunnaTechs (.github/agents/my-agent.agent.md). Copyright stays with the author.
My Agent
Describe what your agent does here.
Agent need to do code review for .js files and .java files and need to suggest code changes and need to update the review comments in the Pull Request
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": "muneswaramathi-munnatechs-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": "muneswaramathi-munnatechs-my-agent-agent",
"kind": "agent",
"name": "my-agent",
"description": "Describe what your agent does here. Agent need to do code review for .js files and .java files and need to suggest code changes and need to update the review comments in the Pull Request",
"publisher": "MuneswaraMathi",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Describe what your agent does here. Agent need to do code review for .js files and .java files and need to suggest code changes and need to update the review comments in the Pull Request"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/MuneswaraMathi/MunnaTechs",
"path": ".github/agents/my-agent.agent.md",
"ref": "3776921c60e46da242df8c25499c219bd6e0da94",
"url": "https://github.com/MuneswaraMathi/MunnaTechs/blob/3776921c60e46da242df8c25499c219bd6e0da94/.github/agents/my-agent.agent.md",
"key": "MuneswaraMathi/MunnaTechs/.github/agents/my-agent.agent.md"
}
},
"instructions": "# My Agent\n\nDescribe what your agent does here.\nAgent need to do code review for .js files and .java files and need to suggest code changes and need to update the review comments in the Pull Request",
"cost": {
"context_tokens": 49
}
}
Fetch it by URL: GET /api/v1/registry/muneswaramathi-munnatechs-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.