record_action
Append auditable agent actions and outcomes to a project task ledger, including sources, approvals, and whether the task advanced.
Instructions
WRITE. Appends an auditable agent action or outcome to the local ATS JSONL ledger, including sources, approvals, output, and whether the task advanced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| taskId | Yes | ||
| action | Yes | ||
| agent | No | ||
| sources | No | ||
| approvals | No | ||
| output | No | ||
| advanced | No |