Skip to main content

Router Playbooks

Playbooks · Router overview · Intent router (Plane ①) →

Implementation guides for the Router Blueprint. The insight and design guides explain why routing belongs at ingress and how to design it. These playbooks are the how for each plane.

THE CLAIM

Route before the loop. Plane ① picks the governed path; Plane ② runs the agent loop; Plane ③ selects the model at the gateway. Each plane has its own contracts, eval gates, and ownership.

Three planes

PlaneOverviewWhat you build
Intent router (Plane ①)Open →Route table, layered classifier, agentic app wiring, routing eval CI
Orchestration (Plane ②)PGAR RuntimeAgent loop, PEP/PDP, manifests — see PGAR playbooks
Model routing (Plane ③)G.A.I.N LLMGateway profiles, failover, cost caps (dedicated playbooks planned)

  1. Intent router (Plane ①): route table → eval CI in parallel → classifier → wire app
  2. PGAR Runtime (Plane ②): when manifests differ per turn, wire the agentic app into the governed loop
  3. Model routing (Plane ③): apply model_profile from the route row at the LLM gateway

Bridge reading: What Is an Intent Router · How to Design an Intent Router · PGAR Agentic app · Eval Plane ①: Input.

Intent router playbooks at a glance

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

Who should read what

Intent router playbooks (Plane ①) →