langchain-ai/langgraph

Description: Build resilient agents.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on June 20th, 2024
Created on August 9th, 2023
Open Issues & Pull Requests: 642 (-1)
Number of forks: 6,400
Total Stargazers: 38,104 (+5)
Total Subscribers: 170 (+0)

Issue Activity (beta)

Open issues: 411
New in 7 days: 18
Closed in 7 days: 2
Avg open age: 122 days
Stale 30+ days: 274
Stale 90+ days: 171

Recent activity

Opened in 7 days: 15
Closed in 7 days: 2
Comments in 7 days: 105
Events in 7 days: 136

Top labels

  • bug (419)
  • external (413)
  • pending (265)
  • internal (49)
  • documentation (36)
  • question (36)
  • enhancement (32)
  • maintainer (22)

Repository Insights (GitGenius)

Median issue/PR response: 0.1 hours
Mean response time: 4.6 days
90th percentile: 4.2 days
Tracked items: 1,409

Most active contributors

Detailed Description

LangGraph is a low-level orchestration framework written in Python for building, managing, and deploying long-running, stateful agents. The repository serves as the foundation for agent development within the LangChain ecosystem, trusted by companies including Klarna, Replit, and Elastic. It provides infrastructure that enables developers to construct resilient agents capable of persisting through failures and maintaining state across extended execution periods.

The framework addresses several critical requirements for production agent systems. Durable execution allows agents to automatically resume from exactly where they left off after failures, ensuring continuity in long-running workflows. Human-in-the-loop capabilities enable seamless incorporation of human oversight by allowing inspection and modification of agent state at any point during execution. The comprehensive memory system supports both short-term working memory for ongoing reasoning and long-term persistent memory across sessions, creating truly stateful agents. Integration with LangSmith provides deep visibility into complex agent behavior through visualization tools that trace execution paths, capture state transitions, and deliver detailed runtime metrics. Production-ready deployment infrastructure is designed specifically to handle the unique challenges of stateful, long-running workflows at scale.

LangGraph integrates within a broader ecosystem of LangChain products. While it can be used standalone, it pairs with Deep Agents for building agents capable of planning and leveraging subagents, with LangChain for composable components and integrations, and with LangSmith for evaluation and observability. The framework is inspired by Pregel and Apache Beam, with its public interface drawing from NetworkX conventions.

The repository demonstrates active maintenance and community engagement. GitGenius tracking shows a median issue and pull request response latency of 0.1 hours across 1,368 items, with a mean response time of 109.2 hours. The most active labels tracked are bug with 407 occurrences, external with 353, and pending with 265. Primary contributors include vbarda with 885 tracked events, sydney-runkle with 771 events, and hinthornw with 458 events. The repository has grown from 36,484 to 36,486 stargazers since July 5, 2026. GitGenius identifies overlapping contributors with microsoft/agent-governance-toolkit, mlflow/mlflow, and langchain-ai/langchain.

The framework is classified across multiple domains including graph-based language models, graph-based reasoning, AI frameworks, semantic analysis, information extraction, graph algorithms, knowledge representation, knowledge graphs, information retrieval, and natural language processing. Comprehensive documentation is available through docs.langchain.com, with API reference documentation at reference.langchain.com/python/langgraph. The project includes guides for streaming, memory and persistence, design patterns like branching and subgraphs, and a free structured course through LangChain Academy. The codebase is open source under the MIT license.

langgraph
by
langchain-ailangchain-ai/langgraph

Repository Details

Fetching additional details & charts...