docs: document pi_embedded canary path and update state

This commit is contained in:
William Valentin
2026-02-23 21:13:06 -08:00
parent a389cd659c
commit 722f0837f5
5 changed files with 55 additions and 7 deletions
+1
View File
@@ -36,6 +36,7 @@ The gateway serialises agent work **per session**, not per WebSocket connection:
- Requests for different sessions can run in parallel.
- Lane policy is configurable (`collect`, `followup`, `steer`, `steer_backlog`, `interrupt`) with per-channel and per-session overrides.
- Session-local overrides can be managed at runtime via `agent.send` commands: `/queue`, `/queue set ...`, `/queue reset`.
- Backend selection for a turn is server-side (`native` by default, optional external backends per config: `claude_code`, `opencode`, `codex`, `gemini`, `pi_embedded`) and does not change JSON-RPC method signatures.
This is implemented via a per-lane queue (`LaneQueue`) in the gateway server, and used by `agent.send` and `agent.cancel`.