task_replay
Retrieve a full replay of a task execution: chronological timeline, key checkpoints, and performance stats. Use it to review decisions, trace agent actions, and audit outcomes.
Instructions
Get full execution replay for a task — timeline, checkpoints, stats.
Returns a step-by-step replay of the task execution including:
timeline: all memo records and lifecycle events in chronological order
checkpoints: key decision/summary points only
stats: duration, step count, subtask count, memo type breakdown
Use this to review how a task was executed, understand the decision trail, or audit agent behavior post-completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to replay |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||