ACAgentic Craft

FoundationHazelJS

Checkpoint

Persisted run state at a safe point so execution can continue without restarting from scratch.

Authors
editorial-team
Published
Last reviewed

Direct answer

Persisted run state at a safe point so execution can continue without restarting from scratch.

Plain language

A save game for the agent run.

Technical explanation

Durable write of AgentRun position and metadata after completing a step or before durableSuspend wait; must align with idempotent side effects.

Example

After a successful ticket update tool, HazelJS stores step completion before the next model call or HITL suspend.

Related

← All glossary terms