veto_hitl_checkpoint
Pause agentic workflows to request structured human approval before destructive operations, bulk deletes, or critical verdicts.
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). |