checkpoint_save
Save an agent's current state as a persistent checkpoint using its ID and optional JSON. Enables restoring progress or reviewing history in the graymatter system.
Instructions
Save a checkpoint of current agent state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional JSON object with arbitrary state to persist. | |
| agent_id | Yes | The agent to checkpoint. |