GitHub
github.com › langchain-ai › langgraph
GitHub - langchain-ai/langgraph: Build resilient agents. · GitHub
May 6, 2026 - If you're looking to quickly build agents, check out Deep Agents — a higher-level package built on LangGraph for agents that can plan, use subagents, and leverage file systems for complex tasks.
Starred by 34.7K users
Forked by 5.8K users
Languages Python
GitHub
github.com › aws-samples › langgraph-multi-agent
GitHub - aws-samples/langgraph-multi-agent · GitHub
The sample notebooks demonstrate three simple use cases as examples of how this system can be used. 1. How many home runs did Derek Jeter hit in 2010? 2. Plot the cumulative sum of strikeouts thrown by Danny Duffy in the 2018 season. 3. Consider the first week of August 2020 - find 3 pitchers who's curveballs were most similar to Max Scherzer's. Clone repository and navigate to the langgraph-multi-agent folder
Starred by 36 users
Forked by 9 users
Languages Jupyter Notebook 80.4% | Python 19.6%
Videos
46:49
LangGraph Tutorial - How to Build Advanced AI Agent Systems - YouTube
Building Effective Agents with LangGraph
04:45
Build Reliable AI Agents with LangGraph - YouTube
16:39
How Uber Built AI Agents That Save 21,000 Developer Hours with ...
31:50
Building Effective Agents with LangGraph - YouTube
GitHub
github.com › aws-samples › langgraph-agents-with-amazon-bedrock
GitHub - aws-samples/langgraph-agents-with-amazon-bedrock · GitHub
Build a basic ReAct agent from scratch using Python and an LLM, implementing a loop of reasoning and acting to solve tasks through tool usage and observation ... Introduction to LangGraph, a tool for implementing agents with cyclic graphs, demonstrating how to create a more structured and controllable agent using components like nodes, edges, and state management
Starred by 188 users
Forked by 39 users
Languages Jupyter Notebook 80.0% | Python 20.0%
GitHub
github.com › langchain-ai › agent-inbox-langgraph-example
GitHub - langchain-ai/agent-inbox-langgraph-example: An example repository for getting started with the Agent Inbox and LangGraph · GitHub
An example repository for getting started with the Agent Inbox and LangGraph - langchain-ai/agent-inbox-langgraph-example
Starred by 42 users
Forked by 17 users
Languages Python 63.7% | Makefile 36.3%
GitHub
github.com › von-development › awesome-LangGraph
GitHub - vonzosten/awesome-LangGraph: An index of the LangChain + LangGraph ecosystem: concepts, projects, tools, templates, and guides for LLM & multi-agent apps. · GitHub
Build a WhatsApp agent with voice processing, image generation, and long-term memory using LangGraph. ... A collection of agent implementation examples and patterns.
Starred by 1.8K users
Forked by 214 users
Languages JavaScript
GitHub
github.com › langchain-ai › langgraph-example
GitHub - langchain-ai/langgraph-example · GitHub
This lets you focus on the logic of your LangGraph graph, and leave the scaling and API design to us. The API is inspired by the OpenAI assistants API, and is designed to fit in alongside your existing services. In order to deploy this agent to LangGraph Cloud you will want to first fork this repo.
Starred by 510 users
Forked by 355 users
Languages Python
GitHub
github.com › langchain-ai › langgraphjs-gen-ui-examples
GitHub - langchain-ai/langgraphjs-gen-ui-examples: A collection of generative UI agents written with LangGraph.js · GitHub
A collection of generative UI agents written with LangGraph.js - langchain-ai/langgraphjs-gen-ui-examples
Starred by 399 users
Forked by 88 users
Languages TypeScript 93.1% | CSS 5.2% | JavaScript 1.5% | HTML 0.2%
GitHub
github.com › langchain-ai › langgraph › tree › main › examples
langgraph/examples at main · langchain-ai/langgraph
The examples previously found here have been moved to the consolidated LangChain documentation. This directory remains available for historical reference, but new examples and usage guidance are published in the docs. For up-to-date LangGraph examples, tutorials, and guides, see the LangGraph Docs.
Author langchain-ai
GitHub
github.com › langchain-ai › langgraph › blob › main › examples › multi_agent › multi-agent-collaboration.ipynb
langgraph/examples/multi_agent/multi-agent-collaboration.ipynb at main · langchain-ai/langgraph
"[This file has been moved](https://github.com/langchain-ai/langgraph/blob/23961cff61a42b52525f3b20b4094d8d2fba1744/docs/docs/tutorials/multi_agent/multi-agent-collaboration.ipynb)" ... "This directory is retained purely for archival purposes and is no longer updated. The examples previously found here have been moved to the newly [consolidated LangChain documentation](https://docs.langchain.com/oss/python/langgraph/overview)."
Author langchain-ai
GitHub
github.com › hereandnowai › master-langgraph-workflows-in-python-20-real-world-agent-projects-by-hereandnow-ai
GitHub - hereandnowai/master-langgraph-workflows-in-python-20-real-world-agent-projects-by-hereandnow-ai: Unlock the power of LangGraph v0.5.3 with 20 bite‑sized, beginner‑friendly agent projects—from chatbots and finance bots to multi-agent orchestrations. Developed by HERE AND NOW AI, this hands‑on tutorial delivers up‑to‑date Python code, practical business value, and scalable workflows built for today and beyond.
This comprehensive guide features 20 compact, real-world AI agent projects built with Python (≥3.9), LangGraph v0.5.3, and the latest LangChain integrations for Cerebras models (specifically gemini-2.5-flash). Our focus is on providing beginner-friendly yet powerful examples to help you achieve ...
Starred by 36 users
Forked by 6 users
Languages Python 75.9% | HTML 16.1% | CSS 4.2% | JavaScript 3.8%
GitHub
github.com › jkmaina › LangGraphProjects
GitHub - jkmaina/LangGraphProjects: This is the official companion repository for the book The Complete LangGraph Blueprint: Build 50+ AI Agents for Business Success. The repository provides source code, practical examples, and resources to help you build dynamic AI agents using LangGraph, a cutting-edge graph-based framework for artificial intelligence workflows. · GitHub
This is the official companion repository for the book The Complete LangGraph Blueprint: Build 50+ AI Agents for Business Success. The repository provides source code, practical examples, and resources to help you build dynamic AI agents using ...
Starred by 190 users
Forked by 79 users
Languages Python 98.5% | JavaScript 1.1% | TypeScript 0.4%
GitHub
github.com › botextractai › ai-langgraph-multi-agent
GitHub - botextractai/ai-langgraph-multi-agent: Multi AI agent system for report writing with LangGraph · GitHub
This multi-agent example uses OpenAI's ChatGPT 4 model and the LangChain Tavily search tool to write a report about the latest inflation figures in the European Union. Unlike web search tools, the LangChain Tavily search tool delivers actual ...
Starred by 29 users
Forked by 8 users
Languages Python
GitHub
github.com › Leavitskiy › langgraph-agent-template
GitHub - Leavitskiy/langgraph-agent-template: LangGraph Agent Template is a production-ready boilerplate designed to help you quickly build and deploy AI agents using the LangGraph framework. It comes pre-configured with Dockerized infrastructure, including PostgreSQL for state and history storage and Qdrant as a vector database for semantic search and retrieval. · GitHub
A basic LangGraph workflow that demonstrates the core principles of agent orchestration. An integrated vector search example using Qdrant and OpenAI embeddings.
Starred by 2 users
Forked by 3 users
Languages Python 96.5% | Dockerfile 3.5%
GitHub
github.com › benitomartin › multiagent-langgraph-circleci
GitHub - benitomartin/multiagent-langgraph-circleci: Collaborative Multi-Agent AI System with LangGraph · GitHub
Build, test, and deploy a multi-agent AI system using LangGraph, Docker, AWS Lambda, and CircleCI. The system uses a research-driven AI workflow where different agents,such as fact-checking, summarization, and search agents, work together seamlessly.
Starred by 11 users
Forked by 2 users
Languages Python 84.0% | Shell 14.2% | Dockerfile 1.8%
GitHub
github.com › ksm26 › AI-Agents-in-LangGraph
GitHub - ksm26/AI-Agents-in-LangGraph: Master the art of building and enhancing AI agents. Learn to develop flow-based applications, implement agentic search, and incorporate human-in-the-loop systems using LangGraph's powerful components. · GitHub
Master the art of building and enhancing AI agents. Learn to develop flow-based applications, implement agentic search, and incorporate human-in-the-loop systems using LangGraph's powerful components. - ksm26/AI-Agents-in-LangGraph
Starred by 74 users
Forked by 23 users
Languages Jupyter Notebook
GitHub
github.com › langchain-ai › agents-from-scratch
GitHub - langchain-ai/agents-from-scratch: Build an email assistant with human-in-the-loop and memory · GitHub
For this, we use Agent Inbox as an interface for human in the loop. You can see the linked code for the full implementation in src/email_assistant/email_assistant_hitl.py. ... This notebook shows how to add memory to the email assistant, allowing it to learn from user feedback and adapt to preferences over time. The memory-enabled assistant (email_assistant_hitl_memory.py) uses the LangGraph Store to persist memories.
Starred by 1.8K users
Forked by 364 users
Languages Jupyter Notebook 54.7% | Python 45.3%
GitHub
github.com › langchain-ai › deepagents
GitHub - langchain-ai/deepagents: The batteries-included agent harness. · GitHub
3 weeks ago - Deep Agents is an open source agent harness — an opinionated agent that runs out of the box. Extend, override, or replace any piece. ... Production-ready — built on LangGraph (streaming, persistence, checkpointing) with first-class tracing, evaluation, and deployment via LangSmith
Starred by 24.6K users
Forked by 3.5K users
Languages Python
GitHub
github.com › Kumbhakarn › LangGraph-Agents-and-Workflows
GitHub - Kumbhakarn/LangGraph-Agents-and-Workflows: A hands-on collection of LangChain projects exploring different AI agent architectures, custom workflows, and practical use cases for LLM-powered applications.
This repo contains a variety of LangGraph implementations ranging from simple LLM calls to complex multi-step agent workflows. Each example is designed to help you:
Author Kumbhakarn
GitHub
github.com › langchain-ai › langgraph › blob › main › examples › rag › langgraph_agentic_rag.ipynb
langgraph/examples/rag/langgraph_agentic_rag.ipynb at main · langchain-ai/langgraph
"To implement a retrieval agent, we simple need to give an LLM access to a retriever tool.\n", "\n", "We can incorporate this into [LangGraph](https://langchain-ai.github.io/langgraph/).\n", "\n", "## Setup\n", "\n", "First, let's download the required packages and set our API keys:" ] }, { "cell_type": "code", "execution_count": null, "id": "969fb438", "metadata": {}, "outputs": [], "source": [ "%%capture --no-stderr\n", "%pip install -U --quiet langchain-community tiktoken langchain-openai langchainhub chromadb langchain langgraph lang
Author langchain-ai