report_task_outcome
Reports task completion metadata to local telemetry at the end of a computer-use task. Enables AI Process Manager to track app knowledge and economic stats without screen content.
Instructions
Report task outcome to local telemetry (metadata only — never screen content). Call at END of a computer-use task. Feeds get_app_knowledge and get_economy_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | Primary app (e.g. chrome.exe) | |
| task | No | Short task description (metadata) | |
| notes | No | Short notes (metadata) | |
| steps | No | Number of steps/actions | |
| success | No | Task succeeded? | |
| duration_s | No | Duration in seconds | |
| tokens_estimated | No | Estimated tokens consumed | |
| screenshots_avoided | No | Screenshots avoided via structured state |