opencode-jev-orchestrator
aaronshaf
OpenCode orchestrator that keeps a sticky affordable parent model and delegates difficult turns to subagents using Jev difficulty decisions.
- License
- MIT
- GitHub Stars
- 0
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Evaluates turn complexity before execution, triggering specialized subagents powered by premium models only when escalation criteria are met.
What this project offers
Maximizes context cache hits on low-cost models while preserving high-tier reasoning capabilities for challenging code changes.
Review scope
Source code verified against pinned commit. Core routing and subagent dispatching verified; synthesis quality depends on task boundaries.
Sources and implementation
Related projects
jev-codex-router
0xNatoshi · Model Routing
Uses Jev to classify each Codex turn, then applies local rules to choose the model, reasoning effort, and speed mode.
jev-research
sherajdev · Model Routing
A Jev and Herdr integration guide with a prototype for routing tasks to different Agents.
jev-demo
minghanminghan · Model Routing
A customer-service routing demo that batches Jev questions before following the resulting route.
jev-router-playground
hugo-alves · Model Routing
A model-routing playground where Jev picks a candidate and users compare the resulting answers.