LangGraph is a library for building stateful, multi-actor applications with LLMs — agent and multi-agent workflows modeled as graphs with cycles, branching, persistence and first-class streaming.
Why LangGraph
- Cycles & branching — loops and conditionals in your app flow.
- Persistence — save state after each step; pause and resume.
- Human-in-the-loop — interrupt to approve or edit agent actions.
pip install langgraph