resume_project
Reconstruct full project state from snapshots or event history to restore tasks, sessions, and memory after restart or for multi-agent collaboration.
Instructions
Resume project state from the latest snapshot or event history.
Use this to reconstruct the full project state including tasks, sessions, and memory after a restart or for multi-agent collaboration.
Side effects: Reads from the event log and/or snapshot store. Does not modify data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to process (default 5000). | |
| include_git | No | Whether to include git context in the resume (default True). Requires git repository access. | |
| use_snapshot | No | Whether to use snapshot-based fast resume (default True). Set to False to always replay from raw events. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||