What's new in LangGraph v1 ↗
noOriginal Documentation
Documentation Index#
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before exploring further.
LangGraph v1 is a stability-focused release for the agent runtime. It keeps the core graph APIs and execution model unchanged, while refining type safety, docs, and developer ergonomics.
It’s designed to work hand-in-hand with LangChain v1 (whose create_agent is built on LangGraph) so you can start high-level and drop down to granular control when needed.
<span class=“card-start” data-card-raw=“title=“Stable core APIs” icon=“sitemap”"> Graph primitives (state, nodes, edges) and the execution/runtime model are unchanged, making upgrades straightforward.
<span class=“card-start” data-card-raw=“title=“Reliability, by default” icon=“database”"> Durable execution with checkpointing, persistence, streaming, and human-in-the-loop continues to be first-class.
<span class=“card-start” data-card-raw=“title=“Seamless with LangChain v1” icon=“link”">
LangChain’s create_agent runs on LangGraph. Use LangChain for a fast start; drop to LangGraph for custom orchestration.
To upgrade,
pip install -U langgraphuv add langgraphDeprecation of create_react_agent#
The LangGraph create_react_agent prebuilt has been deprecated in favor of LangChain’s create_agent. It provides a simpler interface, and offers greater customization potential through the introduction of middleware.
- For information on the new
create_agentAPI, see the LangChain v1 release notes. - For information on migrating from
create_react_agenttocreate_agent, see the LangChain v1 migration guide.
Reporting issues#
Please report any issues discovered with 1.0 on GitHub using the 'v1' label.
Additional resources#
Read the announcement
What LangGraph is and when to use it
Build graphs with state, nodes, and edges
High-level agents built on LangGraph
How to migrate to LangGraph v1
Report issues or contribute
See also#
- Versioning – Understanding version numbers
- Release policy – Detailed release policies
Edit this page on GitHub or file an issue.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.