Expand description
Session-specific checkpoint (rewind) helpers.
This layer builds on the generic crate::checkpoints storage primitives to
snapshot and restore an agent session together with related state (tasks + a
redacted subset of configuration).
Structs§
- Session
Checkpoint Config - A redacted subset of configuration captured in a session checkpoint.
- Session
Checkpoint Payload - Typed payload stored inside a session checkpoint.
Constants§
- SESSION_
CHECKPOINT_ SCHEMA_ V1 - Schema version used for
SessionCheckpointPayload.