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.
adjudicator - Agent - OpenSmartRoute
Agentv1.0.0
adjudicator
Adjudication is the domain-judgment seat: scoring runs against goldens, classifying each delta (amend the golden / engine defect / template-data defect / product decision for the owner), owning sequen
Claude Code subagent imported from mycrivo/ngoinfo-grantpilot (.claude/agents/adjudicator.md). Copyright stays with the author.
Charter — adjudicator (registry stub — the seat stays outside the repo)
Adjudication is the domain-judgment seat: scoring runs against goldens, classifying each delta (amend the golden / engine defect / template-data defect / product decision for the owner), owning sequencing. Held by the CTO chat with the adjudicate-run skill. No repo agent may claim this role; this file exists so the roster is complete and the claim is checkable.
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": "mycrivo-ngoinfo-grantpilot-adjudicator-subagent", ...}
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": "mycrivo-ngoinfo-grantpilot-adjudicator-subagent",
"kind": "agent",
"name": "adjudicator",
"description": "Adjudication is the domain-judgment seat: scoring runs against goldens, classifying each delta (amend the golden / engine defect / template-data defect / product decision for the owner), owning sequencing. Held by the CTO chat with the adjudicate-run skill. No repo agent may claim this role; this file exists so the roster is complete and the claim is checkable.",
"publisher": "mycrivo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Adjudication is the domain-judgment seat: scoring runs against goldens, classifying each delta (amend the golden / engine defect / template-data defect / product decision for the owner), owning sequencing. Held by the CTO chat with the adjudicate-run skill. No repo agent may claim this role; this file exists so the roster is complete and the claim is checkable."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/mycrivo/ngoinfo-grantpilot",
"path": ".claude/agents/adjudicator.md",
"ref": "f44426a2cb8cb3cdf4b6de91d37fccc8297b4b3e",
"url": "https://github.com/mycrivo/ngoinfo-grantpilot/blob/f44426a2cb8cb3cdf4b6de91d37fccc8297b4b3e/.claude/agents/adjudicator.md",
"key": "mycrivo/ngoinfo-grantpilot/.claude/agents/adjudicator.md"
}
},
"instructions": "# Charter — adjudicator (registry stub — the seat stays outside the repo)\n\nAdjudication is the domain-judgment seat: scoring runs against goldens, classifying each delta (amend the golden / engine defect / template-data defect / product decision for the owner), owning sequencing. Held by the CTO chat with the adjudicate-run skill. No repo agent may claim this role; this file exists so the roster is complete and the claim is checkable.",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/mycrivo-ngoinfo-grantpilot-adjudicator-subagent/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.