Skip to main content

Intent Router Playbooks

Router overview · Intent router overview · Route table lifecycle →

Implementation guides for What Is an Intent Router. Plane ① of the Router Blueprint.

THE CLAIM

Route before the loop. The router owns dispatch and trace; the agentic app owns manifest pin and orchestration. The LLM never sees tools from routes that were not selected for this turn.

Four playbooks

PlaybookOne-line purpose
Route table lifecycleVersioned route contracts, storage patterns, promote and rollback
Layered classifierEligible routes, rules, classifier, LLM fallback, safety
Wire agentic appManifest load, outcomes UX, PGAR handoff
Routing eval CIGolden set, release gates, incident replay
  1. Route table lifecycle: define rows and storage before writing classifier code
  2. Routing eval CI: golden set in parallel with Layer ①–②
  3. Layered classifier: implement the pipeline
  4. Wire agentic app: manifest pin and loop entry

Bridge reading: PGAR Agentic app · Eval Plane ①: Input.

Who should read what

Route table lifecycle →