current_task
Fetch the most recent task and its append-only plans and reviews from application state to review current progress and context.
Instructions
Read the latest task and its append-only plans and reviews from application state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| iteration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| plans | Yes | ||
| reviews | Yes |