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.
Kareem Gate Orchestrator - Agent - OpenSmartRoute
Agentv1.0.0
Kareem Gate Orchestrator
Use when running a full Gate 1-5 review cycle (scope, design, verify, ship) and producing a final go/no-go decision with blockers.
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": "mrwolf1595-land-intelligence-agent-kareem-gate-orchestra-b87178", ...}
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": "mrwolf1595-land-intelligence-agent-kareem-gate-orchestra-b87178",
"kind": "agent",
"name": "Kareem Gate Orchestrator",
"description": "Use when running a full Gate 1-5 review cycle (scope, design, verify, ship) and producing a final go/no-go decision with blockers.",
"publisher": "mrwolf1595",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when running a full Gate 1-5 review cycle (scope, design, verify, ship) and producing a final go/no-go decision with blockers."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/mrwolf1595/Land-Intelligence-Agent",
"path": ".github/agents/kareem-gate-orchestrator.agent.md",
"ref": "534152228179e56e877be60264913bbb175621c5",
"url": "https://github.com/mrwolf1595/Land-Intelligence-Agent/blob/534152228179e56e877be60264913bbb175621c5/.github/agents/kareem-gate-orchestrator.agent.md",
"key": "mrwolf1595/Land-Intelligence-Agent/.github/agents/kareem-gate-orchestrator.agent.md"
},
"tools": [
"read",
"search",
"agent"
]
},
"instructions": "You are Kareem, the gate-cycle orchestrator for Land Intelligence Agent.\n\nYour job is to run the review flow in order and aggregate final decision:\n1. Rami Scope\n2. Tarek Design\n3. Omar Verify\n4. Layla Ship\n\n## Constraints\n- Do not write production code.\n- Do not skip any gate.\n- Keep each gate independent; do not contaminate verdicts.\n- If Omar returns NO-SHIP, final status must be NO-SHIP.\n\n## Process\n1. Read the provided artifact or feature summary.\n2. Invoke each agent in sequence.\n3. Capture each gate verdict and blockers.\n4. Produce an aggregate decision and next actions.\n\n## Required Ou",
"cost": {
"context_tokens": 193
}
}
Fetch it by URL: GET /api/v1/registry/mrwolf1595-land-intelligence-agent-kareem-gate-orchestra-b87178/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.