Expand description
RPC session state.
Structs§
- RpcSession
- Session
Overrides - Per-session runtime overrides. All fields are optional —
Nonemeans “use config default”. Overrides are session-scoped, do not persist, and evaporate when the session ends. - Session
Store - Upload
Entry - An entry in the per-session upload index (content-addressed by SHA-256).
Enums§
- Cancel
Cause - Why a session’s in-flight turn cancel token was fired. Recorded at the firing site and drained at the turn-verdict site so the durable audit row names the trigger instead of leaving a bare “cancelled” with no provenance. Each variant is a distinct, named path — there is deliberately no catch-all “unknown”: a fired token must be attributable.