GitHub · Agents and tools
angel291592/Intent-Router
The step before the model, where vague requests usually go wrong.

What it does
Compiles a vague request into the typed contract that a decision model or a router downstream expects, looking up what it can, asking only what it cannot, and stopping rather than emitting a half-specified intent.
The repository's own description: “Intent compiler for AI agents — converges vague requests into typed IntentSpec contracts (probe, ask, or halt before routing), the input layer for routers and typed-decision models like Jev & Laya”
How it works
The skill fills a fixed IntentSpec schema in stages, uses the decision model for the bounded judgements and halts at a defined point when the fields it needs are still missing.
The repository, by the numbers
Read from the GitHub API on 2026-09-24. Stars and the last push move daily — quote them with the date, the way we do.
What we checked
- the README in both languages, read 2026-09-24
- the three stated outcomes — probe, ask, halt — and where the README says it stops
- the licence file
What we did not check. How often it actually asks or halts in practice. Those behaviours are described, not measured, and there is no evaluation in the repository.