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. - Unanswered
- What an Ask-tier gate does when nobody has answered yet.
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.
- tier_
may_ be_ granted - May a run’s owner take standing responsibility for this tier in config — i.e. pre-approve it once instead of being asked every time?