Verify Outcome
verify-outcomeVerify that an executed action achieved its declared intent. Closes the loop: intent -> command -> action -> outcome -> verification. Free (included with bind).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Unique identifier of the agent whose outcome is being verified | |
| intent_id | Yes | ID of the original intent from governance_bind | |
| tolerance | No | Numeric tolerance for goal matching (0.1 = 10% deviation allowed) | |
| binding_id | Yes | ID of the intent-command binding from governance_bind | |
| actual_state | Yes | Observed end state after action execution, compared against goal_state |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |