jev-demo
minghanminghan
A customer-service routing demo that batches Jev questions before following the resulting route.
- License
- Not declared
- GitHub Stars
- 0
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Assesses classification levels, human-handoff intent and frustration, with low-confidence escalation.
What this project offers
Combines routing and human handoff while leaving response generation to the application.
Review scope
Reviewed the fixed-version README and call path.
Sources and implementation
- minghanminghan/jev-demo/blob/b6892294f97384bca86d68af9b56e0ea705d7893/README.md
- minghanminghan/jev-demo/blob/b6892294f97384bca86d68af9b56e0ea705d7893/app/api/jev/[...path]/route.ts
- minghanminghan/jev-demo/blob/b6892294f97384bca86d68af9b56e0ea705d7893/lib/oracle.ts
- minghanminghan/jev-demo/blob/b6892294f97384bca86d68af9b56e0ea705d7893/lib/route-engine.ts
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-router-playground
hugo-alves · Model Routing
A model-routing playground where Jev picks a candidate and users compare the resulting answers.
oh-my-pi
can1357 · Model Routing
Oh My Pi includes an optional TypeSafe judgment provider for bounded decisions in coding-agent workflows.