Expand description
Risk-tiered HITL vocabulary shared across the executor, runtime, and surfaces.
Structs§
- Hitl
Request EventKind::HitlRequestpayload: the durable, pinned approval request.- Hitl
Response EventKind::HitlResponsepayload: the human’s decision, echoing the pin.
Enums§
- Hitl
Mode - What the gate does for a tier.
- Risk
Tier - How risky an action is.
Ordis severity order:Read< … <Privileged. Tier is resolved most-restrictive-wins and is NEVER LLM-asserted.
Functions§
- default_
mode - Default gate mode for a tier. Read runs unattended; everything mutating asks. A channel policy floor (future) may tighten Ask→Deny but never loosen.