--- id: langgraph version: "1.2.11" license: MIT license_treatment: permissive maintenance: active --- # langgraph — Building stateful, multi-actor applications with LLMs License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install langgraph uv add langgraph poetry add langgraph ## Description # 🦜🕸️ LangGraph [![PyPI - Version](https://img.shields.io/pypi/v/langgraph?label=%20)](https://pypi.org/project/langgraph/#history) [![PyPI - License](https://img.shields.io/pypi/l/langgraph)](https://opensource.org/licenses/MIT) [![PyPI - Downloads](https://img.shields.io/pepy/dt/langgraph)](https://pypistats.org/packages/langgraph) [![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langgraph)](https://github.com/langchain-ai/langgraph/issues) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchain_oss.svg?style=social&label=Follow%20%40LangChain)](https://x.com/langchain_oss) Looking for the JS/TS version? Check out [LangGraph.js](https://github.com/langchain-ai/langgraphjs). To help you ship LangGraph apps to production faster, check out [LangSmith](https://www.langchain.com/langsmith). [LangSmith](https://www.langchain.com/langsmith) is a unified developer platform for building, testing, and monitoring LLM applications. ## Quick Install ```bash uv add langgraph ``` ## 🤔 What is this? LangGraph is a low-level orchestration framework for building, managing, and deploying long-running, stateful agents. LangGraph provides the... ## AI interpretation — verify before relying LangGraph is a low-level orchestration framework for building stateful, long-running agents with durable execution, streaming, persistence, and human-in-the-loop capabilities. Verdict: LangGraph is a production-ready, actively maintained orchestration framework for building advanced agentic applications. With no known vulnerabilities, permissive MIT licensing, low install friction, and strong adoption signals, it is a solid choice for teams needing deterministic and agentic workflow control. [View on SkillFed](https://skillfed.io/packages/langgraph) · [View on PyPI](https://pypi.org/project/langgraph/)