Expand description
State checkpoint types for graph-based run persistence.
A Checkpoint is a snapshot of [GraphState] at a named node boundary.
Checkpoints allow runs to be paused and resumed from any saved point.
Structs§
- Checkpoint
- A persisted snapshot of graph execution state at a named boundary.
- Checkpoint
Protection - Integrity and authorization metadata added to current checkpoints.
Enums§
Constants§
- CHECKPOINT_
AUTHORIZATION_ DIGEST_ KEY - Host-owned state key carrying the effective authorization identity that applied when a graph checkpoint was written.
Functions§
- authorization_
digest - Redacted identity for the complete effective authorization policy.
- history_
from_ checkpoint - Convert a checkpoint’s recorded messages into typed conversation history.
- raw_
digest - Stable SHA-256 over the exact JSON bytes stored by the checkpoint contract.