vorion_execute_governed
Checks trust tier, executes the action if allowed, logs the outcome and proof in one atomic call, and returns the full governance trail.
Instructions
Gate + execute + log in one atomic call. Checks if the agent has sufficient trust tier, executes the action if allowed, records the outcome as a behavioral signal, and logs a proof. Returns the full governance trail: gate decision, execution result, trust delta, and proof hash. This is the recommended way to run governed tool calls — replaces manual check-then-execute patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | Yes | Risk level | |
| action | Yes | Action to perform | |
| agentId | Yes | Agent performing the action | |
| description | Yes | What the action does |