oc_checkpoint
Manage automation checkpoints to save task state, restore after context loss, list timeline, or clean up. Ensure long-running session continuity.
Instructions
Save, load, list, or delete automation checkpoints for long-running session continuity. Use "save" to persist current task state, "list" to inspect the bounded checkpoint timeline, "load" to restore metadata after context compaction, and "delete" to clean up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| checkpointId | No | Specific checkpoint id for load/delete. Omit to use latest/current checkpoint. | |
| label | No | Optional short label for timeline inspection (save only). | |
| taskDescription | No | Description of the current automation task (required for save) | |
| completedSteps | No | List of completed steps (for save) | |
| pendingSteps | No | List of pending steps (for save) | |
| extractedData | No | Intermediate results to persist (for save) |