Repo · Routing & model choice
jevbus
Rust streaming event bus whose routing, subscription match, and delivery disposition are decided by a probabilistic judge—defaulting to TypeSafe Jev…
Open github.com ↗How builders describe it
A streaming event bus whose routing, subscription and consumption are decided by a probabilistic judge. The reference judge is TypeSafe AI's Jev (System One) model: send it a payload and a set of typed questions, get back calibrated probabilities instead of prose.
Rust streaming event bus whose routing, subscription match, and delivery disposition are decided by a probabilistic judge—defaulting to TypeSafe Jev System One over HTTPS.
The decision Jev makes
Pick an agent, a model, a skill from a catalog, or a function and its arguments.
Where it fits
Deciding which agent, model, skill or function should handle a request. Jev is a natural router: the options are fixed and the confidence tells you when to fall back. All 161 routing & model choice projects →