Skip to main content

Module checkpoint

Module checkpoint 

Source
Expand description

Checkpoint system for graph state persistence.

Checkpoints allow graphs to save and restore execution state, enabling features like pause/resume, time travel, and crash recovery.

Structs§

Checkpoint
A checkpoint representing the state of a graph at a point in time.
CheckpointMetadata
Metadata about a checkpoint.
CheckpointTuple
A checkpoint along with metadata about when and where it was saved.
StateSnapshot
A snapshot of graph state at a specific checkpoint.

Traits§

BaseCheckpointSaver
Trait for checkpoint storage backends.

Type Aliases§

CheckpointSaverArc
Type alias for Arc’d checkpoint savers
CheckpointSaverBox
Type alias for boxed checkpoint savers