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.
Custom agent imported from carlos-pena-edu/demo (.github/agents/my-agent.agent.md). Copyright stays with the author.
Provide help based on the user's request. If the request is about agent configuration, evaluate whether
the current agent matches the request and suggest improvements. If the request is a code review, review
the relevant changes with a focus on bugs, security vulnerabilities, and logic errors. Ignore style,
formatting, and minor issues. Only comment on issues that genuinely matter and could impact
functionality, security, or maintainability.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/carlos-pena-edu-demo-my-agent-agent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
carlos-pena-edu-demo-my-agent-agent.ocm.jsonjson
{
"ocm": "1",
"id": "carlos-pena-edu-demo-my-agent-agent",
"kind": "agent",
"name": "General Coding Agent",
"description": "Agent for repo help and reviews",
"publisher": "carlos-pena-edu",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent for repo help and reviews"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/carlos-pena-edu/demo",
"path": ".github/agents/my-agent.agent.md",
"ref": "ded6a8361223dd44bb74356229e00aea9d8a4c75",
"url": "https://github.com/carlos-pena-edu/demo/blob/ded6a8361223dd44bb74356229e00aea9d8a4c75/.github/agents/my-agent.agent.md",
"key": "carlos-pena-edu/demo/.github/agents/my-agent.agent.md"
}
},
"instructions": "Provide help based on the user's request. If the request is about agent configuration, evaluate whether\nthe current agent matches the request and suggest improvements. If the request is a code review, review\nthe relevant changes with a focus on bugs, security vulnerabilities, and logic errors. Ignore style,\nformatting, and minor issues. Only comment on issues that genuinely matter and could impact\nfunctionality, security, or maintainability.",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/carlos-pena-edu-demo-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.