awesome-LangGraph

A comprehensive collection of frameworks and resources for building AI agents with LangChain and LangGraph.

<!--lint disable awesome-badge awesome-list-item double-link no-heading-punctuation table-pipe-alignment table-cell-padding-->

๐Ÿฆœ๐Ÿ•ธ๏ธ Awesome LangGraph & LangChain Ecosystem Awesome Last Updated

The definitive index of frameworks, templates, and real-world projects for teams that want to build, observe, evaluate, and deploy stateful, tool-using AI agents with the LangChain + LangGraph stack.

Whether youโ€™re prototyping your first workflow or operating production systems, this list maps the full lifecycle of agent development, from building with core libraries and integrations, to observing runs with platform tooling, evaluating quality and behavior, and deploying reliable agent applications.

What youโ€™ll find

  • Core frameworks: LangChain, LangGraph, Deep Agents, and LangSmith
  • Resources for building, observing, evaluating, and deploying agent systems
  • Integrations & MCP tooling across models, vector stores, loaders, and tools
  • Official LangChain/LangGraph projects and prebuilt agent libraries
  • Community projects grouped by use case (RAG, web automation, research, finance, etc.)
  • Starter templates and learning resources to get productive fast

Contributions welcomeโ€”see the Contributing Guide.


Table of Contents

<div align="center">
</div> <div align="center">

๐ŸŒ What is the LangChain/Graph Ecosystem

</div>

The LangChain/Graph Ecosystem is a comprehensive suite of frameworks and platforms for building, deploying, and managing LLM-powered applications. While LangGraph can be used standalone, it integrates seamlessly with any LangChain product, giving developers a full suite of tools for building agents.

<div align="center"> <img src="static/langchain_overview.png" width="500" alt="LangChain Ecosystem Overview"> <p><sub>Source: <a href="https://python.langchain.com/docs/introduction/">LangChain Documentation</a></sub></p> </div>

Ecosystem Components:

๐Ÿ”— LangChain - Provides integrations and composable components to streamline LLM application development. Contains agent abstractions built on top of LangGraph.

๐Ÿ•ธ๏ธ LangGraph - The core framework for building stateful, multi-agent systems with complex workflows, collaboration, and memory management.

๐Ÿง  Deep Agents - An agent harness for building agents that can plan, decompose complex tasks, use subagents, manage large context with filesystem tools, and persist long-term memory.

๐Ÿ› ๏ธ LangSmith - The platform layer for observing, evaluating, and deploying AI agents and LLM applications with tracing, prompt engineering, Agent Server deployment, sandboxes, and operational tooling.

๐Ÿงฉ LangSmith Fleet - A no-code platform for creating and managing AI agents from templates, connecting apps and accounts, automating routine work, and keeping humans in control with approvals and oversight.

๐Ÿค LangChain Integrations & Partners - Third-party integrations and provider packages that extend LangChain's capabilities across the AI ecosystem. These integration packages provide standardized interfaces to work with popular AI services, databases, and tools.


<div align="center">

๐Ÿฆœ LangChain ๐Ÿ”—

</div>

LangChain is the foundational framework for building applications with Large Language Models (LLMs). It provides standardized interfaces, reusable components, and extensive integrations that enable developers to create sophisticated AI applications through composable building blocks.

<details> <summary><strong>โ–ซ๏ธ Core Components and Usage โ–ซ๏ธ</strong></summary>

Essential building blocks and advanced capabilities for LangChain applications - from fundamental components to sophisticated AI features.

Core Components

Essential building blocks for LangChain applications

ComponentDescription
๐Ÿค– AgentsDecision-making systems that use LLMs to determine which actions to take
๐Ÿง  ModelsUnified interfaces for LLMs and embedding models across providers
๐Ÿ’ฌ MessagesStructured communication format between components
๐Ÿ› ๏ธ ToolsExternal function calls and integrations for agents
๐Ÿงญ Short-term MemoryWorking memory for maintaining conversation context
โšก StreamingReal-time response processing for partial results

Advanced Usage

Advanced capabilities and techniques for sophisticated AI applications

FeatureDescription
๐Ÿง  Long-term MemoryPersistent memory that survives across sessions
๐Ÿ›ก๏ธ GuardrailsSafety checks and policy enforcement for agent inputs, outputs, and tool usage
๐ŸŽฏ Context EngineeringTechniques for optimizing prompts and context management
๐Ÿ“‹ Structured OutputGenerate responses in specific formats and schemas
๐Ÿ”— Model Context ProtocolStandardized tool integration and context sharing
๐Ÿ‘ฅ Human-in-the-LoopApproval workflows and interrupt-based human oversight for sensitive agent actions
๐Ÿค Multi-agentCoordinated systems with multiple AI agents
๐Ÿ” RetrievalAdvanced document retrieval and RAG patterns
โš™๏ธ RuntimeProduction deployment and runtime management
๐Ÿ”ง MiddlewareCustom processing layers and request/response modification
</details> <details> <summary><strong>โ–ซ๏ธ LangChain Libraries โ–ซ๏ธ</strong></summary>
PackagePythonTypeScriptDescription
LangChainlangchainlangchainMain framework with chains, agents, retrieval methods, and cognitive architecture
LangChain Corelangchain-core@langchain/coreBase abstractions and runtime for the entire ecosystem
Communitylangchain-community@langchain/communityThird-party integrations and community contributions
MCP Adapterslangchain-mcp-adapters-Make Anthropic MCP tools compatible with agents
Text Splitterslangchain-text-splitters@langchain/textsplittersDocument processing and text splitting utilities
Experimentallangchain-experimental@langchain/experimentalBeta features and experimental components
CLI Toolslangchain-cli-Command line interface for project management
Legacylangchain-legacy-Legacy components from pre-v1.0 (Python only)
</details> <details> <summary><strong>โ–ซ๏ธ LangChain Documentation โ–ซ๏ธ</strong></summary>

Access the official LangChain documentation across the current unified docs experience and legacy redirect URLs:

<div align="center">
DocsPythonJavaScriptNotes
Current Open Source DocsOverviewOverviewCurrent unified LangChain OSS docs on docs.langchain.com
Legacy RedirectsLegacy EntryLegacy EntryOlder URLs that now redirect to the current overview docs
</div>

AI-accessible documentation format for LLMs and IDEs - LangChain now exposes a unified llms.txt entrypoint on docs.langchain.com for programmatic access to the latest documentation across LangChain, LangGraph, LangSmith, and API references.

Available Files

Scopellms.txtllms-full.txt
Unified LangChain Docsdocs.langchain.com/llms.txtN/A
Legacy Redirectspython.langchain.com/llms.txt, js.langchain.com/llms.txtN/A

Format Differences

  • llms.txt - Unified index file with links and summaries for the latest LangChain ecosystem docs
  • Legacy llms.txt URLs - Older Python and JavaScript endpoints that currently redirect to the unified docs file

โš ๏ธ Review Output: Even with up-to-date documentation, current models may not always generate correct code. Always review generated code before production use.

</details>

<n></n>


<div align="center">

๐Ÿฆœ LangGraph ๐Ÿ•ธ๏ธ

</div>

LangGraph is an open-source framework for building AI agents and multi-agent systems as graphs, and is a core part of the LangChain Ecosystem. It focuses on agent orchestration, enabling sophisticated AI applications that can maintain state, coordinate multiple agents, and handle complex reasoning processes through graph-based workflows.

<details> <summary><strong>โ–ซ๏ธ Core Features โ–ซ๏ธ</strong></summary>
CapabilityDescriptionKey Features
๐Ÿ’พ PersistenceState persistence across executions and failuresCheckpointing, state recovery, session continuity
๐Ÿ”„ Durable ExecutionBuild agents that persist through failures and run for extended periodsAutomatic resume, failure recovery, long-running workflows
โšก StreamingReal-time execution with partial results and live updatesToken streaming, progress tracking, responsive UX
โธ๏ธ InterruptsPause graph execution for human input, review, and interventionApproval checkpoints, state editing, resumable workflows
โฐ Time TravelNavigate through agent execution history and statesState debugging, execution replay, historical analysis
๐Ÿง  Add and Manage MemoryComprehensive memory management for stateful agentsShort-term working memory, long-term persistence, memory optimization
๐Ÿ“Š SubgraphsNested graph structures for complex workflow compositionModular workflows, reusable components, hierarchical execution
๐Ÿงช TestingValidate graph behavior with unit and partial-execution testing patternsNode testing, partial execution, checkpointer-based test setup
๐Ÿ‘€ ObservabilityTrace and debug graph execution with LangSmithExecution traces, state inspection, runtime monitoring
</details> <details> <summary><strong> โ–ซ๏ธ LangGraph Libraries and SDKs โ–ซ๏ธ</strong></summary>
PackagePythonTypeScriptDescription
LangGraphlanggraph@langchain/langgraphCore graph-based agent orchestration framework
LangGraph CLIlanggraph-cli@langchain/langgraph-cliCommand line interface for LangGraph development and deployment
LangGraph SDKPython SDKJavaScript SDKOfficial SDKs for interacting with LangGraph Platform(Server) and deployed applications
</details> <details> <summary><strong> โ–ซ๏ธ LangGraph Documentation โ–ซ๏ธ</strong></summary>

Access the official LangGraph documentation across the current unified open source docs:

<div align="center">
DocsPythonJavaScriptNotes
Current Open Source DocsOverviewOverviewCurrent LangGraph OSS docs on docs.langchain.com
QuickstartQuickstartQuickstartBuild a first LangGraph app with tools, memory, and streaming
</div>

AI-accessible documentation format for LLMs and IDEs - LangGraph documentation is part of the unified docs.langchain.com docs experience, so the primary llms.txt entrypoint is shared across the broader ecosystem docs.

Scopellms.txtllms-full.txt
Unified LangChain Docsdocs.langchain.com/llms.txtN/A
</details>

<n></n>


<div align="center">

๐Ÿง  Deep Agents

</div>

Deep Agents is an open-source agent harness for building agents that can plan, delegate to subagents, manage context with filesystem tools, and persist long-term memory for complex, multi-step tasks.

<details> <summary><strong>โ–ซ๏ธ Core Capabilities โ–ซ๏ธ</strong></summary>
CapabilityDescriptionKey Features
๐Ÿ—‚๏ธ Planning & Task DecompositionBreak large tasks into manageable steps and track progressBuilt-in todo system, adaptive planning, multi-step execution
๐Ÿ“ Context ManagementOffload and manage large context through filesystem toolsVirtual filesystem, file read/write/edit tools, context compaction
๐Ÿงฉ SubagentsDelegate work to specialized agents for context isolationBuilt-in task delegation, specialized subtasks, cleaner main-agent context
๐Ÿง  MemoryPersist useful information across threads and sessionsLong-term memory, memory stores, cross-thread recall
โœ‹ Human-in-the-LoopAdd approval checkpoints for sensitive operationsApproval controls, resumable execution, tool-level oversight
๐Ÿงช SandboxesExecute code in isolated environments when neededSandbox backends, secure execution, remote runtime options
โšก StreamingStream intermediate output and agent progress in real timeLive progress updates, streamed responses, responsive UX
๐Ÿ› ๏ธ SkillsExtend agents with reusable, task-specific expertiseSkill directories, progressive disclosure, custom instructions
</details> <details> <summary><strong> โ–ซ๏ธ Deep Agents SDK and CLI โ–ซ๏ธ</strong></summary>
PackagePythonTypeScriptDescription
Deep Agents SDKdeepagentsdeepagentsStandalone open-source library for building agents with planning, subagents, filesystem tools, and long-term memory
Deep Agents CLICLI DocsCLI DocsOpen-source terminal coding agent built on the Deep Agents SDK
</details> <details> <summary><strong> โ–ซ๏ธ Deep Agents Documentation โ–ซ๏ธ</strong></summary>

Access the official Deep Agents documentation across the current unified open source docs:

<div align="center">
DocsPythonJavaScriptNotes
Current Open Source DocsOverviewOverviewCurrent Deep Agents OSS docs on docs.langchain.com
QuickstartQuickstartQuickstartBuild a first deep agent with tools, planning, and memory
CLICLI OverviewCLI OverviewTerminal coding agent built on the Deep Agents SDK
</div>

AI-accessible documentation format for LLMs and IDEs - Deep Agents documentation is available through the same unified docs.langchain.com docs index used across the LangChain ecosystem.

Scopellms.txtllms-full.txt
Unified LangChain Docsdocs.langchain.com/llms.txtN/A
</details>

<n></n>


<div align="center">

๐Ÿฆœ LangSmith ๐Ÿ› ๏ธ

</div>

LangSmith is a framework-agnostic platform for building, debugging, evaluating, and deploying AI agents and LLM applications. It works with or without LangChain's open-source frameworks and brings observability, prompt engineering, deployment, and operational tooling into one workflow.

<details> <summary><strong>๐Ÿ”น Core Features ๐Ÿ”น</strong></summary>
FeatureDescriptionKey Capabilities
๐Ÿš€ DeploymentDeploy agents as production-ready Agent ServersManaged deployment, scaling, agent runtime, production hosting
๐Ÿ“Š ObservabilityGain visibility into each step your application takes to debug faster and improve reliabilityTracing, dashboards, alerts, insights, automations
๐Ÿ“ˆ EvaluationMeasure and track application quality over timeOffline experiments, online evaluators, LLM-as-judge, evaluator tooling
โœ๏ธ Prompt EngineeringIterate on prompts with built-in versioning and collaborationPrompt testing, versioning, collaboration, commit history
๐Ÿงช StudioDesign, test, and refine applications end-to-end in a visual interfaceVisual development, prompt iteration, debugging workflows
๐Ÿ›ก๏ธ SandboxesRun code and tools in isolated execution environmentsSecure execution, sandbox SDK, controlled runtime environments
๐Ÿข Platform SetupConfigure LangSmith for cloud, hybrid, or self-hosted usageAdmin controls, compliance, data governance, infrastructure options
</details> <details> <summary><strong>๐Ÿ”น LangSmith SDK ๐Ÿ”น</strong></summary>
PackagePythonTypeScriptDescription
LangSmith Client SDKlangsmithlangsmithOfficial SDK for LangSmith platform integration
</details> <details> <summary><strong>๐Ÿ”น LangSmith Documentation ๐Ÿ”น</strong></summary>

Access the official LangSmith platform documentation:

<div align="center">
Docs AreaDocumentationNotes
OverviewLangSmith DocsMain entrypoint for the LangSmith platform
DeploymentDeploymentDeploy agents as Agent Servers in production
ObservabilityObservabilityTracing, dashboards, alerts, and monitoring workflows
EvaluationEvaluationOffline and online evaluation workflows for AI systems
Prompt EngineeringPrompt EngineeringPrompt iteration, testing, and versioning
StudioStudioVisual interface for building and refining apps
SandboxesSandboxesIsolated execution environments for tools and code
Agent ServerAgent ServerRuntime and API surface for deployed agents
</div>

AI-accessible documentation format for LLMs and IDEs - LangSmith is also covered by the unified docs.langchain.com docs index for programmatic access.

Scopellms.txtllms-full.txt
Unified LangChain Docsdocs.langchain.com/llms.txtN/A
</details> <details> <summary>โ–ช๏ธ <strong>LangSmith Claude Code Plugins</strong> - LangSmith observability plugins for Claude Code โ–ช๏ธ</summary>

Integrates LangSmith tracing and observability directly into Claude Code workflows. Connect your Claude Code sessions to LangSmith to capture traces, monitor runs, and evaluate agent behavior from within your IDE.

Repositorylangsmith-claude-code-plugins
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details>

<n></n>

[!TIP] Get started with LangSmith for free! Sign up at langchain.com/langsmith and follow the deployment quickstart, observability quickstart, or evaluation quickstart depending on where you want to start.

<n></n>


<div align="center">

๐Ÿงฉ LangSmith Fleet

</div>

LangSmith Fleet is a no-code workspace for building AI agents for real work. Start from a template or describe your goal in plain English, connect tools like Gmail, Google Calendar, Slack, Exa, Tavily, and remote MCP servers, and let the agent automate routine workflows while keeping humans in control.

<details> <summary><strong>๐Ÿ”น Core Features ๐Ÿ”น</strong></summary>
FeatureDescriptionKey Capabilities
๐Ÿงฑ No-Code Agent BuilderCreate and manage agents without writing codeTemplate-based setup, AI-assisted configuration, editable instructions
๐Ÿ”Œ Connected ToolsBring context and actions into agents through app integrationsGmail, Google Calendar, Slack, Tavily, Exa, remote MCP servers
๐Ÿ“ก ChannelsUse agents where your team already worksSlack and Microsoft Teams integrations, in-channel workflows
๐Ÿ—“๏ธ SchedulesRun recurring tasks automaticallyDaily briefings, recurring reports, timed automations
โœ… Access & OversightKeep humans in control for important operationsApproval flows, oversight controls, safer automation
๐Ÿ› ๏ธ SkillsExtend agents with reusable task-specific behaviorSpecialized instructions, reusable workflows, scoped capabilities
</details> <details> <summary><strong>๐Ÿ”น LangSmith Fleet Documentation ๐Ÿ”น</strong></summary>

Access the official LangSmith Fleet documentation:

<div align="center">
Docs AreaDocumentationNotes
OverviewLangSmith FleetMain entrypoint for Fleet
QuickstartQuickstartBuild your first Fleet agent
EssentialsEssentialsConnections, automation, memory, and approvals
TemplatesTemplatesBrowse ready-made starter agents and customize them
ToolsToolsConnect apps and services to your agents
ChannelsChannelsUse Fleet in Slack and Teams workflows
SchedulesSchedulesTrigger recurring tasks and automations
</div> </details> <details> <summary><strong>๐Ÿ”น Fleet Templates ๐Ÿ”น</strong></summary>

Fleet includes ready-made templates for practical workflows such as:

  • Daily calendar brief
  • Email assistant
  • LinkedIn recruiter
  • Social media AI monitor
  • Competitor research

Browse the full template catalog here:

LangSmith Fleet Templates

</details>

<n></n>


<div align="center">

๐Ÿฆœ LangChain Integrations & Partners ๐Ÿค

</div>

Third-party integrations and provider packages that extend LangChain's capabilities across the AI ecosystem. These integration packages provide standardized interfaces to work with popular AI services, databases, and tools.

<details> <summary><strong>๐Ÿ”ธ Chat Models ๐Ÿ”ธ</strong></summary>

Language models that use message sequences as input/output for conversational AI. Support tool calling, structured output, streaming, and multimodal inputs for building sophisticated chat applications.

</details> <details> <summary><strong>๐Ÿ”ธ Tools & Toolkits ๐Ÿ”ธ</strong></summary>

Enable agents to interact with external systems. Define input schemas for tool calling and executing actions. Support web search, database queries, file operations, browser control, and API integrations.

</details> <details> <summary><strong>๐Ÿ”ธ Middleware ๐Ÿ”ธ</strong></summary>

Control and customize agent execution at every step. Add logging, retries, guardrails, human approval, rate limiting, prompt transforms, and other execution-time behavior.

</details> <details> <summary><strong>๐Ÿ”ธ Sandboxes ๐Ÿ”ธ</strong></summary>

Run agent-generated code in isolated execution environments. Sandboxes provide safer boundaries for shell access, filesystem operations, and code execution.

</details> <details> <summary><strong>๐Ÿ”ธ Checkpointers ๐Ÿ”ธ</strong></summary>

Persistence backends for LangGraph state. Save and resume agent state across interactions using in-memory, SQL, Redis, MongoDB, cloud, and other checkpoint stores.

</details> <details> <summary><strong>๐Ÿ”ธ Retrievers ๐Ÿ”ธ</strong></summary>

Advanced retrieval strategies that combine dense and sparse search methods. Enable sophisticated document retrieval patterns including hybrid search, reranking, and context-aware retrieval for RAG applications.

</details> <details> <summary><strong>๐Ÿ”ธ Text Splitters ๐Ÿ”ธ</strong></summary>

Break large documents into smaller, manageable chunks. Maintain semantic coherence while fitting within model context windows. Essential for RAG pipelines and document processing workflows.

</details> <details> <summary><strong>๐Ÿ”ธ Embedding Models ๐Ÿ”ธ</strong></summary>

Transform raw text into fixed-length vectors that capture semantic meaning. Enable machines to compare and search text based on meaning rather than exact words. Essential for retrieval, semantic search, and ranking workflows.

</details> <details> <summary><strong>๐Ÿ”ธ Vector Stores ๐Ÿ”ธ</strong></summary>

Databases optimized for storing and querying high-dimensional vectors using similarity metrics. Used with embedding models to power semantic search, retrieval, and knowledge base applications.

</details> <details> <summary><strong>๐Ÿ”ธ Document Loaders ๐Ÿ”ธ</strong></summary>

Integrations for ingesting data from files, websites, databases, APIs, and cloud systems. Transform diverse sources into LangChain Document objects for downstream processing.

</details>

<n></n>


<div align="center">

๐ŸŸข Official LangGraph Projects ๐Ÿฆœ

</div>

Examples of applications and tools built with the LangChain ecosystem, ranging from experimental projects to production-ready solutions that showcase different capabilities and use cases.

<div align="center">

๐ŸŸฉ Specialized Agent Libraries ๐Ÿค–

</div>

Pre-built agent packages for specific use cases and interaction patterns:

<details> <summary>โ–ช๏ธ <strong>Computer Use Agent</strong> - Automate computer interactions and GUI tasks โ–ช๏ธ</summary>

Advanced agent for automating computer interactions and GUI tasks. Provides sophisticated screen interaction capabilities, click/type automation, and visual reasoning for complex desktop automation workflows.

Pythonlanggraph-cua-py
TypeScriptlanggraph-cua
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Swarm Agent</strong> - Coordinate multiple specialized agents โ–ช๏ธ</summary>

Multi-agent coordination system for distributed task execution. Enables dynamic task distribution and collective intelligence across multiple specialized agents working together on complex problems.

Pythonlanggraph-swarm-py
TypeScriptlanggraph-swarm
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Supervisor</strong> - Hierarchical multi-agent coordination โ–ช๏ธ</summary>

Agent orchestration and workflow supervision system. Provides advanced multi-agent coordination, task delegation, and workflow management for complex hierarchical agent architectures.

Pythonlanggraph-supervisor-py
TypeScriptlanggraph-supervisor
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>MCP Adapters</strong> - Integrate Anthropic MCP tools with agents โ–ช๏ธ</summary>

Model Context Protocol integration for LangChain agents. Provides tool compatibility and protocol bridging to seamlessly integrate Anthropic MCP tools with agent workflows.

Pythonlangchain-mcp-adapters
TypeScript--
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>LangMem</strong> - Build agents with persistent learning capabilities โ–ช๏ธ</summary>

Advanced memory management system for persistent agent learning. Enables memory management, experience replay, and adaptation for agents that learn and improve over time.

Pythonlangmem
TypeScript--
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>BigTool</strong> - Handle large-scale tool ecosystems โ–ช๏ธ</summary>

Large-scale tool management and optimization system. Provides advanced tool management and intelligent selection optimization for efficiently handling complex tool ecosystems.

Pythonlanggraph-bigtool
TypeScript--
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Deep Agents</strong> - Complex, long-term planning and execution โ–ช๏ธ</summary>

Advanced agents for complex, long-term planning and execution. Features sophisticated planning tools, sub-agent orchestration, file system access, and detailed prompts for handling complex multi-step tasks.

Pythondeepagents
TypeScript--
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Open Deep Research</strong> - Automated PhD-level research agent โ–ช๏ธ</summary>

Configurable deep research agent for automated research tasks. Performs comprehensive research across multiple sources with multi-model support, MCP compatibility, and evaluation benchmarks. Achieves performance comparable to popular research agents on Deep Research Bench leaderboard.

Pythonopen_deep_research
TypeScript--
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details>
<div align="center">

๐ŸŸฉ Apps & Agents ๐Ÿ“ฑ

</div>

Complete application examples showcasing different patterns and use cases:

<details> <summary>โ–ช๏ธ <strong>LangConnect</strong> - Managed RAG service with FastAPI integration โ–ช๏ธ</summary>

Managed RAG service with FastAPI and PostgreSQL/pgvector integration. Features document collection management, semantic search, and Docker deployment support for production-ready RAG applications.

Repositorylangconnect
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>ChatLangChain</strong> - Documentation assistant with RAG-based search โ–ช๏ธ</summary>

Documentation assistant powered by RAG-based semantic search with intelligent query analysis. Features automated content indexing, duplicate prevention, GenUI, and sophisticated document tracking system.

Repositorychat-langchain
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Agent Inbox</strong> - Centralized interface for AI agent interactions โ–ช๏ธ</summary>

Centralized interface for AI agent interactions featuring real-time communication. Includes interrupt handling and configurable response systems for both local and cloud deployments.

Repositoryagent-inbox
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Python Fullstack</strong> - All-in-one chatbot template with modern UI โ–ช๏ธ</summary>

All-in-one chatbot template combining React-style agents with modern UI. Built with FastHTML components and Claude 3, featuring single-deployment architecture and extensible tools.

Repositorylanggraph-fullstack-python
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>LangChain Next.js</strong> - Next.js starter template for LangChain.js โ–ช๏ธ</summary>

Next.js starter template showcasing LangChain.js modules. Includes streaming chat, structured output, multi-step agents, and RAG implementations with Vercel AI SDK integration.

Repositorylangchain-nextjs-template
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Multi-Modal Researcher</strong> - Research and podcast generation workflow โ–ช๏ธ</summary>

Research and podcast generation workflow using LangGraph with Gemini 2.5 model family. Features video understanding, Google search integration, and multi-speaker text-to-speech for creating comprehensive research reports and audio podcasts.

Repositorymulti-modal-researcher
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Deep Agents UI</strong> - Next.js interface for Deep Agents โ–ช๏ธ</summary>

Next.js interface for Deep Agents with streaming support and LangGraph Platform integration. Generic AI agents capable of handling tasks of varying complexity with customizable UI components.

Repositorydeep-agents-ui
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Gen UI Computer Use</strong> - Generative UI web app for Computer Use Agents โ–ช๏ธ</summary>

A Generative UI web app for interacting with Computer Use Agents (CUA). Uses the @langchain/langgraph-cua prebuilt package and features a modern interface for computer automation and task management.

Repositorygen-ui-computer-use
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Social Media Agent</strong> - Generates social media posts from URLs โ–ช๏ธ</summary>

Generates Twitter & LinkedIn posts from URLs with optional human review. Features content analysis, platform-specific formatting, and approval workflows for social media content creation.

Repositorysocial-media-agent
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <details> <summary>โ–ช๏ธ <strong>Open SWE</strong> - Open-source asynchronous coding agent โ–ช๏ธ</summary>

Open-source asynchronous coding agent built on LangGraph for long-running, autonomous software engineering tasks. Supports Anthropic and OpenAI models and is designed for complex, multi-step code generation and modification workflows.

Repositoryopen-swe
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details> <div align="center">

๐ŸŸฉ Development Tools ๐Ÿ› ๏ธ

</div>

Development tools for building, visualizing, and deploying LangGraph applications:

<details> <summary>โ–ช๏ธ <strong>LangGraph Generator</strong> - Code generation and project scaffolding โ–ช๏ธ</summary>

Automated code generation tool for LangGraph projects. Converts YAML configurations to working code, provides project scaffolding, and automates boilerplate creation for rapid development.

Repositorylanggraph-gen-py
GitHub StarsGitHub stars
Last CommitGitHub last commit
</details>
<div align="center">

๐ŸŒŸ Community Projects

</div>

Discover amazing open-source projects and innovative tools built by the community using the LangGraph ecosystem. These projects showcase real-world applications across diverse domains and use cases, demonstrating the versatility and power of LangGraph and LangChain frameworks.

Want to add your project? See our Contributing Guide for details on how to submit your LangGraph/LangChain project to this collection.

<div align="center">

๐Ÿงฌ Bio & Health

</div>

Healthcare, medical diagnosis, genomic research, and scientific research agents

ProjectDescriptionGitHub Stars
souvikmajumder26/Multi-Agent-Medical-AssistantAI-powered multi-agent system for medical diagnosis, research, and patient interaction, featuring LLMs, RAG, and human-in-the-loop validationGitHub stars<br>Last commit
ArcInstitute/SRAgentMulti-agent framework for automating genomic research and RNA sequencing workflows from scientific databasesGitHub stars<br>Last commit
<div align="center">

๐ŸŒ Web Automation & Scraping

</div>

Browser control, web task automation, and data extraction

ProjectDescriptionGitHub Stars
hrithikkoduri/WebRoverAutonomous agent for automating web tasks and researchGitHub stars<br>Last commit
esinecan/agentic-ai-browserWeb automation agent with behavioral caching, DOM fidelity, and success pattern recordingGitHub stars<br>Last commit
browser-use/browser-useLibrary for AI agents to control websites and automate tasksGitHub stars<br>Last commit
stanford-mast/blastHigh-performance serving engine for browser-augmented LLM applications with auto-scaling and OpenAI-compatible APIGitHub stars<br>Last commit
ScrapeGraphAI/scrapecraftVisual editor for building scraping workflows with LangGraph, bulk scraping, and live streamingGitHub stars<br>Last commit
nickhawn/news-agentNews crawler that personalizes daily summaries with Tavily and memoryGitHub stars<br>Last commit
hermesagent/langchain-hermesLangChain tool that screenshots any URL and returns a base64 image for multimodal LLM analysis. No signup required for basic use.GitHub stars<br>Last commit
<div align="center">

๐Ÿ“Š Business Intelligence & Market Research

</div>

Business analysis, market research, and strategic intelligence tools

ProjectDescriptionGitHub Stars
oba2311/analyst_agentMarketing analysis agent with trend/sentiment analysis and report generationGitHub stars<br>Last commit
<div align="center">

๐Ÿ–ฅ๏ธ Chat Interfaces & GUIs

</div>

Frontend applications, chat interfaces, and graphical user interfaces for AI agents

ProjectDescriptionGitHub Stars
GaiZhenbiao/ChuanhuChatGPTGUI for ChatGPT/LLMs with agent support, web search, and knowledge base featuresGitHub stars<br>Last commit
CopilotKit/open-multi-agent-canvasMulti-agent chat interface with travel/research examples and MCP serversGitHub stars<br>Last commit
teddynote-lab/LangConnect-ClientStreamlit RAG client with document management, semantic/hybrid search, and MCP integrationGitHub stars<br>Last commit
<div align="center">

โ˜๏ธ Cloud & DevOps

</div>

Cloud infrastructure management, deployment automation, and cloud resource management

ProjectDescriptionGitHub Stars
eosho/ARMAAzure Resource Management Assistant with multi-agent architecture for resource provisioning and ARM template validationGitHub stars<br>Last commit
<div align="center">

๐Ÿค– Coding/Dev Agents

</div>

AI agents specifically designed for software development, code generation, and programming assistance

ProjectDescriptionGitHub Stars
KodyKendall/LlamaBotWeb development coding agent for creating HTML/CSS/JavaScript projects and business landing pagesGitHub stars<br>Last commit
AbhinavTheDev/coding-agentDevelopment tool that uses LangGraph agents to aid coding workflow with natural languageGitHub stars<br>Last commit
langtalks/swe-agentSoftware engineering multi-agent system with researcher and developer agents for automated code implementationGitHub stars<br>Last commit
<div align="center">

๐Ÿ›Ž๏ธ Customer Ops

</div>

Customer support, CRM systems, service management, and customer interaction automation

ProjectDescriptionGitHub Stars
kargarisaac/telegram_link_summarizer_agentTelegram bot that summarizes shared links using LangGraph and multi-tool extractionGitHub stars<br>Last commit
gotohuman/gotohuman-langgraph-lead-exampleSales email drafting with human-in-the-loop reviewGitHub stars<br>Last commit
raminmohammadi/ai-agent-smart-assistKnowledge base + classification + Q&A for support teams (FAISS + RAG)GitHub stars<br>Last commit
<div align="center">

๐Ÿ“Š Data Platforms

</div>

Data analysis, visualization, business intelligence, and data processing agents

ProjectDescriptionGitHub Stars
starpig1129/AI-Data-Analysis-MultiAgentMulti-agent data analysis with visualization and report generationGitHub stars<br>Last commit
project-ryoma/ryomaData agent framework for analysis, engineering, and visualization with LangChain integrationGitHub stars<br>Last commit
bididi-badidi/FYP-Data-Analysis-With-LLMAutomated data analysis workflows using LangGraph agents โ€” end-to-end pipeline for dataset exploration, statistical analysis, and insight generation with LLMsGitHub stars<br>Last commit
<div align="center">

๐Ÿงฎ Data Science

</div>

Machine learning, statistical analysis, and data science workflow automation

ProjectDescriptionGitHub Stars
business-science/ai-data-science-teamAI-powered data science team for common tasksGitHub stars<br>Last commit
leockl/sklearn-diagnoseAI-powered diagnostic tool for analyzing and debugging scikit-learn machine learning modelsGitHub stars<br>Last commit
RichardKaranuMbuti/ScienceBridgeScientific research accelerator that analyzes datasets, generates hypotheses, and validates them through codeGitHub stars<br>Last commit
<div align="center">

๐Ÿ› ๏ธ Developer Tools

</div>

Development frameworks, toolkits, and development infrastructure

ProjectDescriptionGitHub Stars
akamai/patchdiff-aiAI-powered patch diff analysis tool for automated code change review and security analysisGitHub stars<br>Last commit
sanjeed5/ai-conversation-simulatorSimulated conversations to test assistants; LangSmith integrationGitHub stars<br>Last commit
DiTo97/deepagents-backendsBackend services and infrastructure for deploying and managing Deep Agents applicationsGitHub stars<br>Last commit
emanueleielo/compact-middlewareClaude Code's compaction engine as a drop-in DeepAgents middlewareGitHub stars<br>Last commit
JoshuaC215/agent-service-toolkitToolkit for deploying agents with FastAPI and StreamlitGitHub stars<br>Last commit
HyperbolicLabs/Hyperbolic-AgentKitAgent kit with Blockchain/compute featuresGitHub stars<br>Last commit
googleapis/genai-toolboxInfra for agent โ†” DB connectivity (security, observability, pooling)GitHub stars<br>Last commit
Darwin-lfl/langmanusAutomation framework with web search, crawling, Python executionGitHub stars<br>Last commit
hinthornw/trustcallTenacious tool calling on LangGraphGitHub stars<br>Last commit
langasync/langasyncAsynchronous utilities and extensions for LangChain enabling high-performance async workflowsGitHub stars<br>Last commit
andrestorres123/delveTaxonomy generator for unstructured dataGitHub stars<br>Last commit
Bessouat40/RAGLightModular RAG/Agentic RAG library for multiple providersGitHub stars<br>Last commit
teddynote-lab/langgraph-mcp-agentsMCP integration toolkit for LangGraph agentsGitHub stars<br>Last commit
cryxnet/deepmcpagentMCP-first agent framework (LangChain/LangGraph) over HTTP/SSEGitHub stars<br>Last commit
cubaseuser123/Cellwise-LanGraph-NoteBook-AgentLangGraph agent that auto-documents Jupyter notebooks in real-time as cells execute, via IPython hooksGitHub stars<br>Last commit
Azzedde/brainstormersCurated chains for structured brainstormingGitHub stars<br>Last commit
rsrini7/mermaid2gifTool for converting Mermaid diagrams to animated GIFs with optional AI-powered diagram generationGitHub stars<br>Last commit
zamalali/langchain-codeMulti-LLM CLI tool with ReAct & Deep modes for code analysis, feature implementation, and bug fixingGitHub stars<br>Last commit
Mediaeater/swarm.atSettlement protocol that hash-chains every LangGraph node execution into an immutable audit ledger with trust-tiered agent identitiesGitHub stars<br>Last commit
eosho/langchain_terminal_agentSafe, human-in-the-loop terminal assistant built with LangChain that executes shell commands under human review and oversightGitHub stars<br>Last commit
davialabs/daviaInteractive, editable documentation platform designed for coding agents โ€” turns agent outputs into a live, queryable knowledge baseGitHub stars<br>Last commit
proactive-agent/langgraphicsReal-time LangGraph execution visualizer โ€” animates live agent graph traversal node-by-node with LangSmith/Langfuse tracing integrationGitHub stars<br>Last commit
dkondo/agent-tackle-boxTerminal debugger for LangGraph & LangChain agents โ€” inspect state, tool calls, and semantic breakpoints with a Textual TUI and Python program steppingGitHub stars<br>Last commit
YaVendio/oliveTransforms plain Python functions into remote tools accessible by AI agents, simplifying tool-server creation for LangGraph and other agent frameworksGitHub stars<br>Last commit
sardanaaman/langgraph-compassIntelligent follow-up question generation module for conversational LangGraph agents โ€” improves dialogue continuity and user intent resolutionGitHub stars<br>Last commit
Sean-V-Dev/HMLR-Agentic-AI-Memory-SystemPersistent living-memory layer for AI agents โ€” stores and retrieves context across sessions to support long-running agentic workflowsGitHub stars<br>Last commit
chopratejas/headroomContext-optimization proxy layer for LLM applications โ€” compresses token usage, manages context windows, and provides an OpenAI-compatible API for LangChain, MCP, and FastAPI stacksGitHub stars<br>Last commit
tb8412/qae-langgraph-exampleDeterministic pre-execution safety certification for LangGraph agents with auditable certificates and constraint-based routingGitHub stars<br>Last commit
<div align="center">

๐Ÿ“ฆ Packages

</div>

Installable packages and libraries for extending LangGraph workflows

PackageDescriptionRegistry
MOSS LangGraphCryptographic signing for LangGraph workflows. Add tamper-proof audit trails with ML-DSA-44 post-quantum signatures to node outputs and state transitions.PyPI
langchain-colonyLangChain integration for The Colony โ€” the AI agent internet. Provides LangChain-native tools for agents to post, comment, vote, message, and interact on a social platform with 780+ AI agents.PyPI
<div align="center">

๐Ÿ’ฐ Finance & Fintech

</div>

Financial analysis, trading, banking, investment research, and business intelligence

ProjectDescriptionGitHub Stars
virattt/ai-hedge-fundMulti-agent trading system with LangChainGitHub stars<br>Last commit
sagar-n/deepagentsStock research assistant with specialized analysis agentsGitHub stars<br>Last commit
AKMessi/AI-IPO-AnalystIPO analysis agent with PDF parsing and market data enrichmentGitHub stars<br>Last commit
johnsonhk88/AI-Bank-Statement-Document-Automation-By-LLM-And-Personal-Finanical-Analysis-PredictionBank statement parsing + personal finance analysis with multi-agent workflowGitHub stars<br>Last commit
OzorOwn/defi-mcpDeFi MCP server with 12 tools: real-time crypto prices, multi-chain wallet balances (9 chains), DEX quotes via Jupiter and Li.Fi, and token search across 275+ assetsGitHub stars<br>Last commit
AKMessi/dealscoutVC due-diligence AI agent with debating sub-agents โ€” a product analyst and market analyst argue opposing views before reaching a joint investment conclusionGitHub stars<br>Last commit
<div align="center">

๐ŸŽฏ Marketing

</div>

Marketing analysis, content strategy, and promotional automation

No active community listings currently.

๐ŸŽฅ Media & Podcasts

Content creation, media processing, podcasts, multimedia generation, and voice processing

ProjectDescriptionGitHub Stars
souzatharsis/podcastfyTurns multi-modal content into podcast-style dialoguesGitHub stars<br>Last commit
wassim249/YT-NavigatorNavigate and search across YouTube channel contentGitHub stars<br>Last commit
benjichat/voice_agent_baseVoice agent with STT/TTS and web search in a React UIGitHub stars<br>Last commit
von-development/voice-file-agentVoice-controlled file manager with LangGraph ReActGitHub stars<br>Last commit
<div align="center">

๐Ÿค– Robotics & Embodied AI

</div>

Robotics applications, embodied AI, and physical world interaction

ProjectDescriptionGitHub Stars
RobotecAI/raiFlexible multi-agent framework for developing and deploying Embodied AI features in robotics with multi-modal interaction supportGitHub stars<br>Last commit
<div align="center">

๐Ÿ“š RAG & Document Processing

</div>

Retrieval-Augmented Generation, document chatbots, and knowledge base systems

ProjectDescriptionGitHub Stars
GiovanniPasq/agentic-rag-for-dummiesA modular Agentic RAG built with LangGraph โ€” learn Retrieval-Augmented Generation Agents in minutesGitHub stars<br>Last commit
Goodnight77/Just-RAGAgentic RAG with LangGraph + QdrantGitHub stars<br>Last commit
IlyaRice/RAG-Challenge-2RAG with custom PDF parsing, parent retrieval, and rerankingGitHub stars<br>Last commit
LexStack-AI/LexReviewerLangGraph-powered legal PDF RAG service with hybrid vector+BM25 retrieval, streaming chat, and citation-aware answers with bounding-box references for highlighting.GitHub stars<br>Last commit
TAMustafa/Local_Chat_RAGLocal RAG chat (Ollama) with sources and modern UIGitHub stars<br>Last commit
bRAGAI/bRAG-langchainTutorial series on RAG from basics to advancedGitHub stars<br>Last commit
catio-tech/graphqaNatural language graph analysis framework for querying graphs without complex query languagesGitHub stars<br>Last commit
zamalali/DeepGitAgentic workflow for intelligent GitHub repo discovery with hybrid retrieval and re-rankingGitHub stars<br>Last commit
<div align="center">

๐Ÿ”ฌ Research Agents

</div>

AI research assistants, academic tools, and automated research workflows

ProjectDescriptionGitHub Stars
bytedance/deer-flowDeep research framework with search/crawl/Python toolsGitHub stars<br>Last commit
duartecaldascardoso/article-explainerMulti-agent system for understanding research articles with AI-powered explanations and Swarm architectureGitHub stars<br>Last commit
MODSetter/SurfSenseResearch agent integrating personal KBs and external sourcesGitHub stars<br>Last commit
Intelligent-Internet/ii-researcherDeep search agent with BAML, multi-provider scraping, async flowsGitHub stars<br>Last commit
pogjester/company-research-agentCompany research pipeline with streaming and filteringGitHub stars<br>Last commit
jolovicdev/shanduSource evaluation and knowledge synthesisGitHub stars<br>Last commit
LearningCircuit/local-deep-researchLocal deep research with multiple LLMs and web searchesGitHub stars<br>Last commit
assafelovic/gpt-researcherReport-oriented research agent with citationsGitHub stars<br>Last commit
Just-Curieous/CurieAgent for empirical experimentation in ML/systemsGitHub stars<br>Last commit
iblameandrew/local-deepsearch-academicAcademic paper discovery with S2 + RAPTOR indexingGitHub stars<br>Last commit
andrestorres123/breeze-agentStreamlined research flow inspired by STORM on LangGraphGitHub stars<br>Last commit
bernatsampera/event-deep-researchMulti-agent biographical research system extracting structured timeline events from historical figuresGitHub stars<br>Last commit
microsoft/RD-AgentR&D automation for data mining, paper analysis, model tuningGitHub stars<br>Last commit
SalesforceAIResearch/enterprise-deep-researchSteerable enterprise research stack with planner, specialized search agents, and web UI on LangGraphGitHub stars<br>Last commit
xyin-anl/NodeologySimplified scientific workflow builderGitHub stars<br>Last commit
lgesuellip/researcher_agentTurns websites into LLM-ready research content with automated documentation indexingGitHub stars<br>Last commit
guy-hartstein/company-research-agentAgentic company due-diligence tool powered by LangGraph and Tavily; multi-agent framework with Gemini/GPT for deep company research and financial analysisGitHub stars<br>Last commit
OpenDCAI/Paper2AnyConverts papers, text, or topics into editable research figures, technical route diagrams, and presentation slides using LangGraph agentsGitHub stars<br>Last commit
<div align="center">

๐ŸŒ Security & Governance

</div>

Action verification, provenance tracking, fail-closed mechanisms, prompt injection protection

ProjectDescriptionGitHub Stars
LembaGang/headless-oracle-v5Fail-closed market status MCP. Pauses stateful LangGraph agents from entering retry loops during closed markets or DST shifts.GitHub stars<br>Last commit
pic-standardLocal-first protocol for provenance & intent verification before agent actions (fail-closed, verifiable evidence).GitHub stars<br>Last commit
sidclawhq/platformApproval and audit layer for LangGraph agents. Intercepts tool calls, evaluates them against policies, and holds them for human review before execution. Hash-chain audit trail, 13 framework integrations. Apache 2.0.GitHub stars<br>Last commit
<div align="center">

๐ŸŒ Sustainability

</div>

Environmental impact, green technology, and sustainability analysis

No active community listings currently.

<div align="center">

๐Ÿ“‹ Templates & Starters

</div>

Ready-to-use project templates, boilerplates, and starter kits for building LangGraph applications

ProjectDescriptionGitHub Stars
emanueleielo/deepagents-open-lovableOpen-source Deep Agents implementation with Lovable platform integration for complex planning and execution workflowsGitHub stars<br>Last commit
wassim249/fastapi-langgraph-agent-production-ready-templateFastAPI template for LangGraph agents (logging, persistence, security)GitHub stars<br>Last commit
gtesei/agentic_design_patternsA comprehensive, hands-on collection of design patterns for building robust agentic AI systems using LangChain and LangGraphGitHub stars<br>Last commit
NicholasGoh/fastapi-mcp-langgraph-templateFastAPI template with LangGraph + MCP and streaming UXGitHub stars<br>Last commit
lgesuellip/langgraph-whatsapp-agentTemplate for WhatsApp agents with LangGraph and MCPGitHub stars<br>Last commit
ac12644/langgraph-starter-kitProduction-ready multi-agent starter kit with 6 patterns (Supervisor, Swarm, HITL, Structured Output, Research, RAG), 5 LLM providers, MCP integration, CLI scaffolder, and Fastify serverGitHub stars<br>Last commit
<div align="center">

๐Ÿข Workplace & Productivity

</div>

Office automation, productivity tools, and workplace management

ProjectDescriptionGitHub Stars
ashumishra2104/AI_Travel_agent_StreamlitStreamlit-based AI travel agent with weather, search, currency conversion, and YouTube integration toolsGitHub stars<br>Last commit
eduly-ai/edulyAI-powered educational platform for personalized learning experiences and tutoring assistanceGitHub stars<br>Last commit
emanueleielo/ciana-parrotSelf-hosted AI personal assistant with Telegram integration, scheduled tasks, multi-provider LLM support, and MCP server integrationGitHub stars<br>Last commit
tavily-ai/meeting-prep-agentMeeting prep with calendars, search, and profile researchGitHub stars<br>Last commit
temporal-cortex/mcpDeterministic calendar scheduling MCP server with LangGraph examples โ€” datetime resolution, multi-calendar availability, and atomic bookingGitHub stars<br>Last commit
zamalali/InboxHeroEmail triage with attachment reading and reply draftingGitHub stars<br>Last commit
khoj-ai/khojSelf-hosted second brain for docs and webGitHub stars<br>Last commit
raj-maharajwala/AI_Agent_Chatbot_SynapseBundle of search/productivity/data agents with UIGitHub stars<br>Last commit
pipeshub-ai/pipeshub-aiFully extensible workplace AI platform for enterprise search and workflow automation; connects Gmail, Slack, Notion, Google Drive with LangGraph-powered agents and knowledge-graph RAGGitHub stars<br>Last commit

<div align="center">

๐Ÿ“š Learning Resources

</div>

Official โ€” LangChain Academy

<details> <summary><strong>Foundation Courses</strong></summary>
NameDescription
Monitoring Production AgentsLearn how to monitor and improve agents in production, track costs, analyze traces, and watch quality and latency over time.
Building Reliable AgentsTake an agent from first run to production-ready system through iterative cycles of improvement with LangSmith.
Introduction to LangChain - PythonLearn how to build AI agents with LangChain using pre-built architectures and model integrations, then debug them with LangSmith Observability.
Introduction to Agent Observability & EvaluationsLearn the essentials of agent observability and evaluations with LangSmith.
Introduction to LangGraph - PythonLearn the basics of LangGraph for building agentic and multi-agent applications with more precision and control.
</details> <details> <summary><strong>Project Courses</strong></summary>
NameDescription
Deep AgentsLearn the fundamental characteristics of Deep Agents and implement your own Deep Agent for complex, long-running tasks.
Ambient Agents with LangGraphBuild an ambient email agent with LangGraph and evaluate it with LangSmith.
Deep Research with LangGraphBuild a deep research agent with LangGraph and evaluate its performance with LangSmith.
</details> <details> <summary><strong>Quickstart Courses</strong></summary>
NameDescription
LangSmith Agent BuilderStart creating no-code agents for real work using everyday language.
LangSmith EssentialsLearn the essentials of LangSmith for continuous testing and improvement with live production data.
LangGraph Essentials - TypeScriptLearn LangGraph essentials in TypeScript by building an email workflow.
LangGraph Essentials - PythonLearn LangGraph essentials in Python by building an email workflow.
LangChain Essentials - TypeScriptLearn the core elements of LangChain in TypeScript, including create_agent, tools, MCP, streaming, and structured outputs.
LangChain Essentials - PythonLearn the core elements of LangChain in Python, including create_agent, tools, MCP, streaming, and structured outputs.
</details>

Community Courses

๐Ÿ“– Additional Resources

A compact list of tutorials, workshops, blogs, and case studies you can keep growing over time.

<details> <summary><strong>Courses</strong></summary>
NameDescription
Ava WhatsApp Agent CourseBuild a WhatsApp agent with voice processing, image generation, and long-term memory using LangGraph.
</details> <details> <summary><strong>Examples</strong></summary>
NameDescription
GenAI AgentsA collection of agent implementation examples and patterns.
Generative AIComprehensive Generative AI resource hub covering roadmaps, LangChain/LangGraph projects, RAG, multi-agent patterns, MCP, and interview/coding prep.
</details> <details> <summary><strong>Tutorials</strong></summary>
NameDescription
RAG TechniquesSeveral RAG implementations and step-by-step walkthroughs.
</details> <details> <summary><strong>Workshops</strong></summary>
NameDescription
Grounding RAG Applications WorkshopHands-on RAG chatbot + travel planning agents with JavaScript and Elasticsearch.
</details> <details> <summary><strong>Blogs</strong></summary>
NameDescription
LinkedIn โ€” Practical Text-to-SQLSearch & discovery and analytics use cases with text-to-SQL at LinkedIn.
Rakuten โ€” From Hype to Real ToolsPartnership details and production applications with LangChain.
Komodo Health โ€” Enterprise AssistantEnterprise assistant enabling domain workflows in healthcare.
Cisco Outshift โ€” DevOps Agent via RESTBuilding a React agent app for DevOps tasks using REST APIs.
Elastic โ€” Security GenAI FeaturesGenerative AI features for security workflows.
</details> <details> <summary><strong>Talks</strong></summary>
NameDescription
Uber โ€” AI-Driven Developer ProductivityHow Uber boosts developer productivity and code generation with AI.
</details> <details> <summary><strong>Docs</strong></summary>
NameDescription
GitLab โ€” Duo WorkflowArchitecture documentation for code-generation workflows.
</details> <details> <summary><strong>Case Studies</strong></summary>
NameDescription
Klarna โ€” Domain CopilotProduction copilot for domain-specific tasks.
Minimal โ€” Multi-Agent Customer SupportCustomer support system built with LangGraph and LangSmith.
OpenRecovery โ€” Clinical CopilotClinical copilot for healthcare operations.
AppFolio โ€” Embedded CopilotsProduct-embedded copilots in a real-estate platform.
Infor โ€” Product Copilots & SupportEmbedded product experiences, support, and copilots.
AirTop โ€” Browser Automation for AgentsAgentic browser automation platform.
Athena Intelligence โ€” Research & SummarizationResearch and summarization workflows in production.
Captide โ€” Agentic Equity ResearchEquity research using LangGraph + LangSmith agentic workflows.
</details>
<div align="center">

๐Ÿ‘ฅ Communities

</div>
NameTypeDescription
LangChain CommunityOfficial CommunityCentral hub for announcements, discussions, events, and channels to connect with the LangChain/LangGraph ecosystem.
LangChain ForumForumCommunity discussion forum for asking questions, sharing ideas, and connecting with other LangChain and LangGraph builders.
<div align="center">

๐Ÿค Contributing

</div>

We welcome additions and fixes! Please read the Contributing Guide for the submission process, formatting rules, and category guidelines before opening an issue or pull request.


<div align="center">

๐Ÿ™ Acknowledgments

</div>

Special thanks to the @langchain-ai team for building an outstanding framework and ecosystem that enables developers to create powerful AI applications.