Agent
Budget-aware task routing using Qualixar OS cost engine. Analyzes task complexity, selects the cheapest model that meets quality requirements, and tracks spend against budget. Uses POMDP routing for optimal cost/quality tradeoff.
17 tagged llm routing, measured the same way as everything else here.
Browse within: agent-framework 7agent-orchestration 7agent-os 7agent-reliability 7Multi-Agent 5multi-model 5openai-codex 5opencode 5
Agent
Budget-aware task routing using Qualixar OS cost engine. Analyzes task complexity, selects the cheapest model that meets quality requirements, and tracks spend against budget. Uses POMDP routing for optimal cost/quality tradeoff.
Agent
Designs optimal multi-agent teams using Qualixar OS Forge. Analyzes tasks, selects topology (12 options), assigns specialized agents with tools, and estimates cost using POMDP routing.
Agent
Quality gating judge using Qualixar OS's multi-judge consensus pipeline. Evaluates deliverables against acceptance criteria, scores quality dimensions, and issues PASS/FAIL verdicts. Blocks task completion when quality is insufficient.
Buckeyes22/subagent-model-routing
Agent
Transports a single shell command (invoking /.claude/scripts/grok-shim.sh) and returns stdout verbatim. The ONLY sanctioned Grok Build path. Dispatches a one-shot prompt to the grok CLI, defaulting to grok-4.5; override the model per invocation with -m/--model. Use this route for xAI/Grok work, not the codex-shim…
Buckeyes22/subagent-model-routing
Agent
Transports a single shell command invoking /.claude/scripts/kimi-shim.sh and returns stdout verbatim. Dispatches a one-shot prompt through the installed Kimi Code CLI. Do not use it for OpenCode provider routes.
Buckeyes22/subagent-model-routing
Agent
Transports a single shell command (invoking /.claude/scripts/opencode-shim.sh) and returns stdout verbatim. Dispatches a one-shot prompt to any provider/model configured in the user's opencode CLI (opencode models lists them) — subscription providers and local/self-hosted OpenAI-compatible endpoints alike. Example…
Agent
Highest-intelligence read-only advisor (Fable 5). Consult at commitment boundaries — before an architecture / migration / API-contract / large-refactor decision, or when a problem has resisted two attempts. Returns a verdict, not a survey. Never writes code.
Agent
Hard-build lane (Opus 5) — the write lane for escalated, uncertain, or reasoning-heavy implementation and root-cause debugging. Use when a change is hard as code (gnarly logic, a non-trivial algorithm, a stubborn bug) or when the implementer (Sonnet) lane has failed the same task twice. Writes code and proves it.…
Agent
Strong read-only reviewer / synthesizer (Opus 5). Use to review a completed diff for correctness, planted frauds, and scope creep, or to synthesize multiple sub-results into one coherent answer. Cites file:line. Returns a VERIFIED / VERIFIED WITH CAVEATS / REFUTED verdict. Never writes code.