Creates a new HumanInteractionManager instance.
Configuration options
Requests human approval before executing an action.
Submits an approval decision.
Requests clarification from a human.
Submits a clarification response.
Requests human review and potential editing of agent output.
Submits an edited output.
Escalates a situation to human control.
Submits an escalation decision.
Creates a checkpoint for human review.
Submits a checkpoint decision.
Records human feedback for agent improvement.
Gets feedback history for an agent.
Optional options: { Optional limit?: numberOptional since?: DateOptional type?: "correction" | "praise" | "guidance" | "preference" | "complaint"Gets all pending requests awaiting human response.
Gets HITL interaction statistics.
Sets the notification handler.
Implementation of the Human-in-the-Loop Manager.
Features:
Implements