verify_completion
Check if a task is truly complete by verifying status is completed, at least one memo exists, and a summary memo was added. Use after an agent reports completion to ensure all artifacts are present.
Instructions
Verify whether a task is truly complete.
Checks:
Task status == completed
At least one memo record exists (task_memo_add was called)
A summary-type memo exists (task_memo_add type='summary' was called)
Use this after an agent reports completion to ensure all artifacts are present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to verify |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||