Workflow
Add a Human-in-the-Loop to Your LangChain Agent (Next.js + TypeScript Tutorial)
LangChainยท2025-11-12 17:01

Hi there, this is Christian from Langchain. Everyone is using coding agents these days. Apps like cursor, winds surf or copilot have changed the way we build application.All of these apps have one thing in common though. Sooner or later, a human will step in. There's always a moment where we as a developer want to step in and review and revise the steps that the agent is about to take.Especially when it comes to taking critical actions like removing a file. So in this video, we're going to build a longchain ...