checkpoint_save
Persist the current agent state by saving a checkpoint. Include optional JSON data to capture custom context for later recovery and recall.
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. |