Snapshots and rollback

Design memory so bad state can be inspected and recovered.

Snapshots, diffs, and rollback are operational recovery primitives around durable agent state.

Install pathPyPI package
RuntimeHosted Cloud
InterfacePython + CLI + MCP
Releasev2.1.3
when

Use recovery workflows before high-risk changes.

Before migration

Capture a boundary before a data model or memory schema change.

Before agent autonomy

Checkpoint state before a long-running automated workflow.

After incident

Inspect what changed and recover from bad durable memory.

operator.flow

Think in checkpoint, diff, restore.

The public package exposes hosted workflows through Cloud surfaces. Recovery should be treated as an operator action with audit context, not a silent background mutation.

boundary

Do not use rollback to hide history.

Rollback is for recovery. Audit history should remain available so teams can understand why state changed and what was restored.