LangGraph
LangChain
Graph-based agent orchestration. Stateful loops with checkpoints.
LangChain's agent layer. Model agents as nodes in a state graph with persistent checkpoints, human-in-the-loop steps, and durable execution. Strong when you need a long-running, debuggable agent rather than a one-shot chain.
Worth knowing
Runs agent workflows in production at Uber, LinkedIn, Klarna, Replit and JPMorgan.
- agents
- graph
- state
- open-source