Module hitl

Module hitl 

Source
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§

HitlInterrupt
Details of a tool call awaiting human approval.

Enums§

AgentInterrupt
Represents an interrupt in agent execution requiring human intervention.
HitlAction
Human response to an interrupt.