aps_compute_attribution_action_ref
Compute a content-addressed SHA-256 action reference from agent ID, action type, parameters, and nonce to index primitives without building the full structure.
Instructions
Derive the action_ref (hex sha256) for an action tuple. action_ref is the content-addressed anchor that all four axis projections bind to. Useful for indexing primitives by action without constructing the full primitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | ||
| params | Yes | ||
| agentId | Yes | ||
| actionType | Yes |