task_compare
Compare two task executions to identify differences in steps, checkpoints, duration, and unique authors. Useful for analyzing failed runs against successful ones or benchmarking agent assignments.
Instructions
Compare two task executions side by side.
Fetches full replay data for both tasks and produces a diff highlighting:
step count difference
checkpoint count difference
duration difference
authors unique to each execution vs shared
Useful for comparing a failed run against a successful one, or benchmarking different agent assignments on the same type of task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id_1 | Yes | First task ID | |
| task_id_2 | Yes | Second task ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||