Repo · Routing & model choice
Intent-Router
Typed IntentSpec contracts as the input layer for routers.
Open github.com ↗How builders describe it
Agent skill that compiles a vague “do something” request into a typed IntentSpec (probe, ask one question, or halt) before planning or routing—designed as the input layer for typed decision models such as TypeSafe Jev and Laya.
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 →