Skip to main content

Interface: CheckpointEnvelope

Defined in: types.ts:29

Envelope wrapping a checkpoint's state with versioning and chain metadata.

Properties

previous_pieceCid

previous_pieceCid: string

Defined in: types.ts:35

pieceCid of the previous checkpoint, or null for the first checkpoint.


state

state: Record<string, unknown>

Defined in: types.ts:37

The agent's world state at this point in time.


updated_at

updated_at: string

Defined in: types.ts:33

ISO 8601 timestamp of when this checkpoint was created.


version

version: number

Defined in: types.ts:31

Unix timestamp (ms) at save time — used as a monotonic version.