memory_checkpoint
Save structured task checkpoints with summary, decisions, and next steps so agents can resume project work later. Uses concise, model-readable facts instead of conversation logs.
Instructions
Store a structured task checkpoint for later continuation. Use concise model-readable facts, not conversation prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| evidence | No | ||
| decisions | No | ||
| next_steps | No | ||
| session_id | Yes | ||
| constraints | No | ||
| project_root | Yes |