Skip to main content
Save workflow state. Resume from failures without losing progress.

Basic Usage

File Storage

Persist checkpoints across restarts:

Resume from Failure

Resumable Workflow

List Checkpoints

Delete Checkpoints

Checkpoint Contents

Each checkpoint contains:
  • workflow_id: Workflow identifier
  • step: Step number
  • agent_id: Agent that completed
  • status: Completion status
  • state_snapshot: Full state snapshot
  • metrics: Execution metrics
  • timestamp: When created