veto_hitl_checkpoint
Pauses an agentic workflow to request human approval via a structured approval-request. Use before destructive operations, council verdicts, or bulk deletes.
Instructions
Pauses an agentic workflow and returns a structured approval-request the host AI surfaces to the user. The user's reply in the AI conversation provides the approval signal. Use before destructive operations, RED council verdicts, or bulk deletes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | Workflow stage name, e.g. "database-migration". | |
| context | Yes | What is about to happen and why. | |
| options | No | Choices to present (default: ['Approve','Reject','Modify']). | |
| risk_level | No | Risk level of the operation. | |
| workflow_id | No | ID of the parent workflow for tracking (optional). |