docs/content/docs/(root)/human-in-the-loop.mdx
import { IntegrationGrid } from "@/components/content/integration-grid";
Human-in-the-loop (HITL) allows agents to request human input or approval during execution, making AI systems more reliable and trustworthy. This pattern is essential when building AI applications that need to handle complex decisions or actions that require human judgment.
<video src="https://cdn.copilotkit.ai/docs/copilotkit/images/langgraph/human-in-the-loop-example.mp4" className="rounded-lg shadow-xl" loop playsInline controls autoPlay muted />Use HITL when you need: