Skip to content
FindOpenSource

LangGraph

Build resilient, stateful agents as graphs -- explicit nodes and edges for control flow, rather than an implicit agent loop, for reliable long-running or multi-step workflows.

Overview

LangGraph models an agent's control flow as an explicit graph (nodes for steps, edges for transitions) with built-in state persistence, so you can build agents that pause, resume, branch, and recover from failure predictably, rather than relying on an LLM to implicitly manage the whole flow. It's from the team behind LangChain (also in this catalog) but is architecturally distinct -- a state-machine approach rather than a chain/agent-loop abstraction.

LangGraph is a fit for teams building agents where reliability and explicit control over the workflow matter -- long-running processes, human-in-the-loop approval steps, or complex branching logic -- rather than a simple single-pass agent.

Categories
AI Agents & Agent Tools
Keywords
agent-orchestrationstateful-agentgraph-based-workflow
Languages
Python, JavaScript
License
MIT

Spotted an error? Suggest an edit on GitHub.