Skip to main content

Orchestration

Agents overview · Orchestration overview · ① Session custody →

Implementation guides for Plane ② of the Agents Blueprint. After Plane ① freezes the route and async-starts the run, the agentic app copies that freeze into the run pin and executes the loop. Policy enforcement lives in PGAR Runtime.

THE CLAIM

The agentic app orchestrates; the LLM proposes steps; the PEP permits side effects. This is not intent routing and not model routing.

Four playbooks

#PlaybookOne-line purpose
Session custodyRoute copy, run pin, durability store (not always Temporal)
MemoryIsolation, TTL, retrieve_only, writes, erase
Autonomy shapeRun Pattern 0-3 from the route: single call, loop, fixed stages, or hybrid
Inference handoffEvery plan or synthesize call goes through Plane ③, then proposal gates at PEP

  1. Wire agentic app: Plane ① handoff, front door, event bind, clarify/abstain
  2. Session custody: copy the route freeze; run pin; restart by run_id
  3. Memory: isolation, TTL, recall pack
  4. Autonomy shape: which pattern the route allows
  5. Inference handoff: gateway call, proposal check, PEP
  6. PGAR Runtime: SARAC, PEP/PDP, audit

Bridge reading: Agents Blueprint · PGAR Agentic app · Eval Action plane · Eval Tool plane.

What this plane decides

DecidesDoes not decide
Next tool proposal inside a scoped manifestWhich workflow or manifest is active (Plane ①)
When to call PEP, validation, step-upWhich LLM endpoint serves the call (Plane ③)
Session state, token custody, loop boundsEntitlements at ingress (IdP + Plane ①)

Who should read what

① Session custody →