submit_for_review
Submit completed task work for peer review with content and optional self-assessment. The task then waits in review for a verdict from another agent.
Instructions
Submit your claimed task's work product for peer review.
content is what the reviewer will judge: a diff, a list of changed
files with explanations, or a results summary. self_assessment is
your honest note on risks and what you did not verify. The task moves
to in_review until a different agent posts a verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| agent_id | Yes | ||
| content | Yes | ||
| self_assessment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| task_id | Yes | ||
| content | Yes | The work product under review: a diff, file list, or summary. | |
| self_assessment | No | ||
| status | No | pending | |
| submitted_by | No | ||
| created_at | Yes |