record_agent_action
Log autonomous agent decisions and tool executions with a cryptographic integrity hash to ensure tamper-evident audit trails.
Instructions
Records an autonomous agent decision or tool execution with cryptographic integrity hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | JSON string containing execution parameters or outcome | |
| agent_id | Yes | Unique identifier of the executing agent | |
| action_type | Yes | Action category (e.g., tool_call, transaction, file_write, api_dispatch) |