LangGraph
What Is LangGraph? LangGraph is a library for building agent applications that need more than a single prompt-response cycle. Released by LangChain in January 2024 [2], it models agent workflows as directed graphs: nodes represent computation steps (calling an LLM, running a tool, making a decision), and edges define the flow between them—including conditional branches…