Overview
Graph-based framework for building stateful, multi-step agent workflows with explicit control flow from LangChain.
Details
LangGraph is a graph-based framework for building stateful, multi-step agent workflows with explicit control flow, built by the LangChain team. LangGraph models agents as graphs with nodes (steps) and edges (transitions), giving developers fine-grained control over agent execution. LangGraph is widely used for production agent systems where reliability and explicit workflow control matter.
Tags
agent-framework, open-source, graph, workflow, production