create_intervention
Record a supervisor intervention to approve, reject, pause, or escalate a mission, action, or agent with rationale and metadata.
Instructions
Record a supervisor intervention (approve, reject, pause, escalate, etc).
Args: intervention_type: One of: approve, reject, pause, escalate, reroute, annotate, rollback_request. mission_id: Related mission. action_id: Related action. agent_id: Related agent. rationale: Why this intervention was made. metadata: JSON string of additional metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | ||
| metadata | No | ||
| action_id | No | ||
| rationale | No | ||
| mission_id | No | ||
| intervention_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |