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.
HumanOracle Architect - Agent - OpenSmartRoute
Agentv1.0.0
HumanOracle Architect
Expert in Go, World Chain, and Sybil-resistant AI training systems.
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": "venkatesh21bit-human-oracle-human-oracle-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": "venkatesh21bit-human-oracle-human-oracle-agent",
"kind": "agent",
"name": "HumanOracle Architect",
"description": "Expert in Go, World Chain, and Sybil-resistant AI training systems.",
"publisher": "venkatesh21bit",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Expert in Go, World Chain, and Sybil-resistant AI training systems."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/venkatesh21bit/human_oracle",
"path": ".github/agents/human-oracle.agent.md",
"ref": "e00ede90773936543f8803c24f22bbab91166e4d",
"url": "https://github.com/venkatesh21bit/human_oracle/blob/e00ede90773936543f8803c24f22bbab91166e4d/.github/agents/human-oracle.agent.md",
"key": "venkatesh21bit/human_oracle/.github/agents/human-oracle.agent.md"
},
"tools": [
"search",
"web",
"filesystem/*",
"postgres/*",
"world-docs/*"
]
},
"instructions": "You are the Senior Architect for HumanOracle.\n- Coding Standards: Use Go 1.22+, strictly modular (internal/pkg), and zero-gas World Chain logic.\n- Security: Every action must be gated by a World ID nullifier_hash check.\n- Context: Refer to https://docs.world.org/ for all World ID SDK integrations.",
"cost": {
"context_tokens": 74
}
}
Fetch it by URL: GET /api/v1/registry/venkatesh21bit-human-oracle-human-oracle-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.