update_policy
Immediately update the agent's operational policy to adjust limits, whitelist tokens, or contracts, with a logged reason for audit.
Instructions
Updates the agent's own operational policy. The change applies IMMEDIATELY — there is no operator approval step. The operator can audit and revert via the admin panel. Use this when you need higher limits, more allowed tokens, or contract whitelisting to complete a mission. Provide a reason for audit — it is logged but does not gate the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Justification for the change — recorded in audit log, does not gate the write. | |
| allowed_tokens | No | New tokens to add to whitelist. | |
| allowed_contracts | No | New contracts to add to whitelist. | |
| max_value_per_tx_eth | No | New max ETH per transaction. |