create_outcome_record
Record an agent's action outcome by specifying intent, uncertainty, observed outcome, and divergence score. Supports three-way reporting for trust and accountability in agent interactions.
Instructions
Register an action outcome (agent perspective). Part of three-way reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | ||
| declared_intent | Yes | ||
| semantic_uncertainty | Yes | ||
| observed_outcome | Yes | ||
| outcome_class | Yes | ||
| divergence_score | Yes | ||
| valid_until | Yes | ||
| trust_epoch | No |