checkpoint_state
Save the current context state to disk for crash recovery and session resume, persisting fragments, dedup index, and co-access patterns.
Instructions
Save current state to disk for crash recovery and session resume.
Checkpoints include all fragments, dedup index, co-access patterns, and custom metadata. Stored as gzipped JSON (~50-200 KB).
Args: task_description: What the agent is working on current_step: Where in the task it currently is
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_step | No | ||
| task_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |