llm routing agents

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

qos-cost-optimizer

01

qualixar/qualixar-os

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.

41 3mo ago A 51 tokens

qos-forge-architect

02

qualixar/qualixar-os

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.

41 3mo ago A 45 tokens

qos-quality-judge

03

qualixar/qualixar-os

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.

41 3mo ago A 48 tokens

grok-shim

04

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…

5 5d ago C 100 tokens original MIT

kimi-shim

05

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.

5 5d ago A 50 tokens original MIT

opencode-shim

06

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…

5 5d ago C 102 tokens original MIT

advisor

07

vimoxshah/claude-router

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.

2 2d ago A 54 tokens original MIT

hard-implementer

08

vimoxshah/claude-router

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.…

2 2d ago A 100 tokens original MIT

reviewer

09

vimoxshah/claude-router

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.

2 2d ago A 70 tokens original MIT