Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jonatasamorim/LangGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

33 Commits

Repository files navigation

πŸ¦œπŸ•ΈοΈ Awesome LangGraph Awesome

A curated list of awesome projects, resources, and tools for building stateful, multi-actor applications with LangGraph.

Welcome to Awesome LangGraph! This repository is your go-to resource for discovering tools, templates, and examples for building powerful AI applications with LangGraph. Whether you're just getting started or building production-ready systems, you'll find valuable resources to accelerate your development.

Table of Contents

LangChain Ecosystem

Overview

LangGraph extends the LangChain ecosystem to provide flexible orchestration for LLM-powered systems. The ecosystem consists of several key components working together to support the entire LLM application lifecycle:

Core Components

LangChain
  • Foundation framework for LLM application development
  • Provides standardized interfaces for LLMs and related technologies
  • Includes extensive integrations with embedding models and vector stores
  • Features reusable components for chains, agents, and memory systems

πŸ“š Documentation: Python | TypeScript

LangGraph
  • Built on top of LangChain for advanced workflow orchestration
  • Enables building stateful, multi-agent systems
  • Provides first-class streaming support
  • Includes built-in human-in-the-loop capabilities
  • Supports complex agent interactions and coordination

πŸ“š Documentation: LangGraph Docs | TypeScript Docs

LangSmith
  • Comprehensive observability and debugging platform
  • Debugging and testing tools
  • Playground for experimentation
  • Prompt management and versioning
  • Annotation and evaluation
  • Performance monitoring
  • Testing automation

πŸ“š Documentation: LangSmith Platform | LangSmith Docs

LangGraph Platform
  • Production deployment and management solution
  • API generation for LangGraph applications
  • Deployment automation
  • Scaling infrastructure
  • Production monitoring

πŸ“š Documentation: Platform Overview

More details about the platform components and features in the section below.

LangGraph Platform

The LangGraph Platform provides tools and services for building, deploying, and managing production-grade applications:

LangGraph Server
  • Opinionated API architecture for deploying agentic applications
  • Built-in support for streaming, background runs, and task queues
  • Horizontally scalable infrastructure
  • Integrated monitoring with LangSmith

πŸ“š Documentation: Server Docs

LangGraph Studio
  • Visual IDE for development and debugging
  • Real-time graph visualization
  • Interactive testing environment
  • Integrated debugging tools

πŸ“š Documentation: Studio Docs

LangGraph CLI
  • Command-line interface for local development
  • Project scaffolding and management
  • Deployment automation
  • Configuration management

πŸ“š Documentation: CLI Docs

LangGraph SDK
  • Core development toolkit
  • Graph construction and management
  • State management utilities
  • Integration helpers

πŸ“š Documentation: SDK Docs

Remote Graph
  • Remote execution of deployed applications
  • Seamless integration with deployed servers
  • State synchronization
  • Distributed execution support

πŸ“š Documentation: Remote Graph Guide


Official Resources

Starter Templates

Templates to help you get started with LangGraph. For deployment instructions, check out the LangGraph CLI Documentation.

Template Description
New Project Basic chatbot with memory langchain-ai/new-langgraph-project langchain-ai/new-langgraphjs-project
ReAct Agent Tool-using agent framework langchain-ai/react-agent langchain-ai/react-agent-js
Memory Agent Cross-thread memory persistence langchain-ai/memory-agent langchain-ai/memory-agent-js
Retrieval Agent Knowledge-based QA system langchain-ai/retrieval-agent-template langchain-ai/retrieval-agent-template-js
Data Enrichment Web search & data organization langchain-ai/data-enrichment langchain-ai/data-enrichment-js

Pre-built Agents

LangGraph comes with a built-in React agent pattern, and the community has developed numerous additional agent libraries. Below are some of the most popular community-built options that extend LangGraph's functionality in various ways.

These are the official agents provided and maintained by LangGraph:

Agent Description
Computer Use Agent Agent for automating computer interactions and tasks langgraph-cua-py langgraph-cua
Swarm Agent Build swarm-style multi-agent systems langgraph-swarm-py langgraph-swarm
Supervisor Build supervisor multi-agent systems langgraph-supervisor-py langgraph-supervisor
MCP Adapters Make Anthropic MCP tools compatible with agents langchain-mcp-adapters ❌
LangMem Agents that learn and adapt from interactions langmem ❌
CodeAct Advanced function-calling with code generation langgraph-codeact ❌
Reflection Agent architecture with self-review capabilities langgraph-reflection ❌
BigTool Build agents with large numbers of tools langgraph-bigtool ❌

Example Applications

These applications demonstrate real-world implementations using LangGraph. From chatbots to content generation, each example showcases different patterns and best practices for building production-ready systems and can be deployed with LanGraph Cloud.

You can use these as reference architectures or starting points for your own projects.

Name Description
ChatLangChain GitHub stars Documentation assistant powered by RAG-based semantic search with intelligent query analysis. Features automated content indexing, duplicate prevention, GenUI, and sophisticated document tracking system.
OpenGPTs
GitHub stars
Open-source GPT alternative supporting 60+ LLM providers and tools. Implements three cognitive architectures (Assistant, RAG, Chatbot) with PostgreSQL backend and flexible deployment options.
Executive AI Assistant
GitHub stars
Smart email management system with calendar integration. Provides intelligent triage, automated response drafting, and meeting coordination through Gmail API with customizable workflows.
Agent Inbox
GitHub stars
Centralized interface for AI agent interactions featuring real-time communication, interrupt handling, and configurable response systems for both local and cloud deployments.
Python Fullstack
GitHub stars
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.
LangGraph UI Examples
GitHub stars
Showcase of generative UI agents including stockbroker, trip planner, and email tools. Demonstrates human-in-the-loop workflows with customizable components and tool integrations.
LangChain Next.js
GitHub stars
Next.js starter template showcasing LangChain.js modules. Includes streaming chat, structured output, multi-step agents, and RAG implementations with Vercel AI SDK integration.
Custom Auth
GitHub stars
Supabase-powered authentication template for LangGraph deployments. Implements OAuth2 with Google, user management, and secure chatbot access with conversation thread isolation.

Development Tools

LangGraph provides official development tools to streamline your workflow, from visual design to code generation. These tools help you build and deploy LangGraph applications more efficiently.

  • LangGraph Builder – Visual canvas for designing cognitive architectures of LangGraph applications with code generation for Python and TypeScript
  • LangGraph Generator – CLI tool for generating LangGraph application stubs from YAML specifications

Third-Party Packages

Ready-to-use integrations for extending LangGraph with external services and tools. Access everything from LLMs, vector stores to databases to development tools.

πŸ”— Python Packages | πŸ”— JavaScript Packages

Community Projects

This is a curated list of open-source agent and LLM projects. They are grouped by category for easier discovery.

Community Pre-built Agents

Want to contribute your own pre-built agent? Check out the contribution guidelines in the documentation.

AI Assistants

  • AI-Data-Analysis-MultiAgent – Multi-agent system for data analysis, visualization, and report generation. GitHub stars
  • AI Coding Assistant – Development tool that uses LangGraph agents to aid coding workflow with natural language. GitHub stars
  • Brainstormers – Tool with curated, optimized chains for brainstorming using real-world techniques. GitHub stars
  • Clevrr Computer – Automation agent for basic computer tasks with a focus on safety and accuracy. GitHub stars
  • ContentMind AI – Turns websites into LLM-ready research content with automated documentation indexing. GitHub stars
  • CopilotKit – Framework for building AI copilots with generative UI, chat interfaces, and human-in-the-loop capabilities GitHub stars
  • RD-Agent – Microsoft's R&D automation tool for data mining, paper analysis, and model tuning. GitHub stars
  • WebRover – Autonomous AI agent for automating web tasks and research. GitHub stars
  • AI Conversation Simulator – Test and develop AI assistants through simulated conversations with configurable personas and LangSmith integration GitHub stars
  • SurfSense – Customizable AI research agent that integrates personal knowledge bases with external sources like Tavily, Slack, and Notion GitHub stars
  • RAI – Flexible multi-agent framework for developing and deploying Embodied AI features in robotics with multi-modal interaction support GitHub stars

Development & Tools

Content & Media

Knowledge & Retrieval

Sustainability

  • GreenMe – AI sustainability guide that analyzes lifestyle for carbon footprint reduction. GitHub stars

Learning Resources

Courses

Tutorials & Examples


Companies Using LangGraph

A comprehensive list of organizations using LangGraph in production environments. For more details and case studies, visit the official adopters page.

Company Industry Use Case Reference
LinkedIn Social Media Code generation; Search & discovery Blog post, 2025
Uber Transportation Developer productivity; Code generation Presentation, 2024
GitLab Software & Technology Code generation Duo workflow docs
Klarna Fintech Copilot for domain-specific task Case study, 2025
Rakuten E-commerce / Fintech Copilot for domain-specific task Blog post, 2025
Minimal E-commerce Customer support Case study, 2025
Komodo Health Healthcare Copilot for domain-specific task Blog post
OpenRecovery Healthcare Copilot for domain-specific task Case study, 2024
AppFolio Real Estate Copilot for domain-specific task Case study, 2024
Cisco Outshift Software & Technology DevOps Blog post, 2025
Elastic Software & Technology Copilot for domain-specific task Blog post, 2025
Infor Software & Technology GenAI embedded product experiences; customer support; copilot Case study, 2025
AirTop Software & Technology (GenAI Native) Browser automation for AI agents Case study, 2024
Athena Intelligence Software & Technology (GenAI Native) Research & summarization Case study, 2024
Captide Software & Technology (GenAI Native) Data extraction Case study, 2025

Contributing

We welcome contributions to this awesome list! Please ensure your submission:

  • Includes a clear description of its purpose and value
  • Follows the existing format and style
  • Is placed in the appropriate category

To contribute:

  1. Fork the repository
  2. Add your project following the established format
  3. Create a pull request with a brief explanation

For questions or suggestions, please open an issue.


Acknowledgments

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

This list is inspired by awesome-langchain, which has been a great resource for the community.


About

A curated list of awesome projects, resources, and tools for building stateful, multi-actor applications with LangGraph πŸ¦œπŸ•ΈοΈ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /