create_outcome_record
Record an agent's observed outcome for a past action, including intent, uncertainty, and divergence, to complete the three-way reporting loop for audit.
Instructions
Register an action outcome (agent perspective). Part of three-way reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | ||
| trust_epoch | No | ||
| valid_until | Yes | ||
| outcome_class | Yes | ||
| declared_intent | Yes | ||
| divergence_score | Yes | ||
| observed_outcome | Yes | ||
| semantic_uncertainty | Yes |