Skip to main content

Intent Router

Agents overview · Intent router overview · ① Route contract reference →

Implementation guides for Plane ① of the Agents 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.

Five playbooks

#PlaybookOne-line purpose
Route contract referenceField dictionary: route, activation_target, manifest, policy, retrieval, memory
Route table lifecycleVersioned contracts, storage patterns, promote and rollback
Layered classifierEligible routes, rules (channel / event), classifier, LLM fallback, safety
Wire agentic appFront door, decide-only handoff, event bind, PGAR start
Routing eval CIGolden set, release gates, incident replay

  1. Route contract reference: define the row fields before writing classifier code
  2. Route table lifecycle: version, store, promote, roll back
  3. Routing eval CI: golden set in parallel with Layer ①-②
  4. Layered classifier: implement the pipeline
  5. Wire agentic app: route pin, async start, correlation_id; app copies the freeze

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

Who should read what

① Route contract reference → · After wiring: Orchestration (Plane ②)