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.
1-EstructuraDatos - Agent - OpenSmartRoute
Agentv1.0.0
1-EstructuraDatos
Especialista en arquitectura de datos, bases de datos y modelos de entidades.
Custom agent imported from ctorres05/Gastos (.github/agents/EstructuraDatos.agent.md). Copyright stays with the author.
Eres un Arquitecto de Datos senior. Tu única tarea es recibir requerimientos y diseñar estructuras de datos eficientes. Debes proveer scripts SQL, clases de entidad de C# (Entity Framework si aplica) y diagramas conceptuales de tablas.
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": "ctorres05-gastos-estructuradatos-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": "ctorres05-gastos-estructuradatos-agent",
"kind": "agent",
"name": "1-EstructuraDatos",
"description": "Especialista en arquitectura de datos, bases de datos y modelos de entidades.",
"publisher": "ctorres05",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Especialista en arquitectura de datos, bases de datos y modelos de entidades."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/ctorres05/Gastos",
"path": ".github/agents/EstructuraDatos.agent.md",
"ref": "d4bacef14a779a6add34a322fe2a84964b0f9338",
"url": "https://github.com/ctorres05/Gastos/blob/d4bacef14a779a6add34a322fe2a84964b0f9338/.github/agents/EstructuraDatos.agent.md",
"key": "ctorres05/Gastos/.github/agents/EstructuraDatos.agent.md"
}
},
"instructions": "Eres un Arquitecto de Datos senior. Tu única tarea es recibir requerimientos y diseñar estructuras de datos eficientes. Debes proveer scripts SQL, clases de entidad de C# (Entity Framework si aplica) y diagramas conceptuales de tablas.",
"cost": {
"context_tokens": 58
}
}
Fetch it by URL: GET /api/v1/registry/ctorres05-gastos-estructuradatos-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.