Expand description
Human-in-the-Loop (HITL) types for agent execution interrupts.
This module provides types for implementing human oversight of agent tool calls. When a tool requires approval, the agent execution pauses and creates an interrupt that must be resolved by a human before continuing.
Structs§
- Hitl
Interrupt - Details of a tool call awaiting human approval.
Enums§
- Agent
Interrupt - Represents an interrupt in agent execution requiring human intervention.
- Hitl
Action - Human response to an interrupt.