Module session

Module session 

Source
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§

SessionCheckpointConfig
A redacted subset of configuration captured in a session checkpoint.
SessionCheckpointPayload
Typed payload stored inside a session checkpoint.

Constants§

SESSION_CHECKPOINT_SCHEMA_V1
Schema version used for SessionCheckpointPayload.