Report resource usage
budget_reportRecord usage metrics for a mission or task with atomic updates and enforce hard budget limits. Track tokens, cost, wall-clock time, and tool calls to keep agent runs within defined constraints.
Instructions
Atomically add token, cost, wall-time, and tool-call usage to a mission and optionally a task. Hard limits are enforced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usage | Yes | ||
| taskId | No | ||
| actorId | Yes | ||
| missionId | Yes | ||
| idempotencyKey | Yes | ||
| expectedTaskVersion | No | ||
| expectedMissionVersion | Yes |