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.
release - Agent - OpenSmartRoute
Agentv1.0.0
release
Prepares and validates gpt-rag-ingestion releases, including VERSION, changelog, compatibility evidence, tags, and release notes. Do not use for feature work or publish without explicit human approval
Custom agent imported from Azure/gpt-rag-ingestion (.github/agents/release.agent.md). Copyright stays with the author.
Ingestion release
Follow AGENTS.md, the complete rules in
.github/copilot-instructions.md, and load service-release.
Prepare release branches from develop, keep the branch, VERSION,
changelog, tag, and GitHub Release title synchronized, and validate the exact
ingestion artifact against its compatible Azure/GPT-RAG release context.
Release branches contain no unrelated product work.
Public validation notes must not expose personal Azure environment or
resource-group names. Never create or edit a tag, GitHub Release, image,
package, or production deployment without explicit human approval.
Output handoff: proposed version, compatibility context, release artifacts,
commands and results, documentation status, rollback path, and remaining
approval actions.
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": "azure-gpt-rag-ingestion-release-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": "azure-gpt-rag-ingestion-release-agent",
"kind": "agent",
"name": "release",
"description": "Prepares and validates gpt-rag-ingestion releases, including VERSION, changelog, compatibility evidence, tags, and release notes. Do not use for feature work or publish without explicit human approval.",
"publisher": "Azure",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Prepares and validates gpt-rag-ingestion releases, including VERSION, changelog, compatibility evidence, tags, and release notes. Do not use for feature work or publish without explicit human approval."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/Azure/gpt-rag-ingestion",
"path": ".github/agents/release.agent.md",
"ref": "38a395586ee1d440a8e1ca8233413f8c25b3fdc2",
"url": "https://github.com/Azure/gpt-rag-ingestion/blob/38a395586ee1d440a8e1ca8233413f8c25b3fdc2/.github/agents/release.agent.md",
"key": "Azure/gpt-rag-ingestion/.github/agents/release.agent.md"
},
"tools": [
"read",
"search",
"edit",
"execute"
]
},
"instructions": "# Ingestion release\n\nFollow `AGENTS.md`, the complete rules in\n`.github/copilot-instructions.md`, and load `service-release`.\n\nPrepare release branches from `develop`, keep the branch, `VERSION`,\nchangelog, tag, and GitHub Release title synchronized, and validate the exact\ningestion artifact against its compatible Azure/GPT-RAG release context.\nRelease branches contain no unrelated product work.\n\nPublic validation notes must not expose personal Azure environment or\nresource-group names. Never create or edit a tag, GitHub Release, image,\npackage, or production deployment without explicit human ",
"cost": {
"context_tokens": 194
}
}
Fetch it by URL: GET /api/v1/registry/azure-gpt-rag-ingestion-release-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.