record_action
Append auditable agent actions and outcomes to a JSONL task ledger with sources, approvals, and output. This provides a verifiable history for tracking task progress.
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 |
|---|---|---|---|
| agent | No | ||
| action | Yes | ||
| output | No | ||
| taskId | Yes | ||
| sources | No | ||
| advanced | No | ||
| approvals | No | ||
| projectId | Yes |