explain_action
Retrieve the complete causal chain for a Control action, including agent recall, policy, memory state, and audit trail.
Instructions
Get the full causal chain for a Control action.
Returns what the agent recalled, what policy fired, what memory state existed at that moment, and the audit trail — all in one call. Requires Novyx Cloud.
Args: action_id: The action UUID to explain.
Returns: JSON string with explanation (memories, policy, audit trail).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |