What it is
A Python CLI and library that routes a request to one skill from a catalogue of skill names and public descriptions, returning route, no_skill, or review. It is an optional routing layer for agent platforms like Hermes Agent.
How it uses Jev
Jev makes typed Choice calls to select top candidates per batch and final Choice plus need, ambiguity, and fit Noul judgements. Python applies thresholds to route, decline, or review. Each call returns candidate probabilities and independent judgement evidence.
Primitives:choicenoul
Technique worth stealing
Sort candidates, split into deterministic batches, run parallel Jev Choice calls, retain top candidates per batch, and reduce until a final Choice fits.
Try it
jev-router route --baseline --catalogue examples/catalogue.json --request "Repair the multi-stage Dockerfile so the image builds."
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricyes0.92
- Shows a System One patternyes0.73
- Handles uncertaintyno0.27
- Measuredyes0.99
- Runnableno0.34
- Worth recommendingunclear0.47
- Model replicano0.07
- Problem scopescore on a 0–2 scale1.40
- About Jevyes0.98
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.