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.4K 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%
Are there any repos for complex agent architecture Examples using Langgraph
I usually follow the repositories mentioned by LangChain’s LinkedIn page, and they’re often quite good. Here is an example repo that I found pretty insightful: https://github.com/wassim249/YT-Navigator More on reddit.com
Multi-Agent Debate using LangGraph
Very cool. I only started learning graphs a few days ago. I’ll never do normal RAG again without them. I wonder how far one can push it. More on reddit.com
Multiagent System Options
Being a programmer, it is better than autogen and CrewAI as it is way more flexible. But if you're not into programming, you will find it complex and not that easy to use. But trust me, it is very powerful compared to its counterparts and is highly underrated More on reddit.com
Insights and Learnings from Building a Complex Multi-Agent System
I'm wondering why you chose multiple agents instead of just one with a variety of tools in the form of chains, each dedicated to a specific function or task. I'm having trouble seeing the advantage of several agents over a single, multi-tooled one. For instance, I developed an agent capable of recommending products (from our knowledge base and based on a RAG system) when asked by the users. This agent also possesses its own unique way of onboarding and welcoming customers, tailored to their needs. More on reddit.com
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 › 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 509 users
Forked by 356 users
Languages Python
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 › 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 187 users
Forked by 38 users
Languages Jupyter Notebook 82.8% | Python 17.2%
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 › tree › main › examples
langgraph/examples at main · langchain-ai/langgraph
Build resilient agents. Contribute to langchain-ai/langgraph development by creating an account on GitHub.
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 › 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 397 users
Forked by 88 users
Languages TypeScript 93.1% | CSS 5.2% | JavaScript 1.5% | HTML 0.2%
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 › 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 › deepagents
GitHub - langchain-ai/deepagents: The batteries-included agent harness. · GitHub
3 weeks ago - Deep Agents Code — a pre-built coding agent in your terminal, similar to Claude Code or Cursor, powered by any LLM. Install with curl -LsSf https://langch.in/dcode | bash. See the documentation for the full feature set. LangGraph is the graph runtime. LangChain's create_agent is a minimal agent harness on top of it.
Starred by 24.4K users
Forked by 3.4K users
Languages Python
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%
Reddit
reddit.com › r/langchain › are there any repos for complex agent architecture examples using langgraph
r/LangChain on Reddit: Are there any repos for complex agent architecture Examples using Langgraph
March 26, 2025 -
Am currently learning Langgraph by following the academy course provided by Langchain. Though the course is comprehensive, I want to know the best practices in using the framework like how it is being used in an industry, the right way to call tools. I don't want to create medicore graphs and agents that look horrible from code PoV and execution PoV. Are there any relevant sources/documentation for the request?
Top answer 1 of 5
8
I usually follow the repositories mentioned by LangChain’s LinkedIn page, and they’re often quite good. Here is an example repo that I found pretty insightful: https://github.com/wassim249/YT-Navigator
2 of 5
3
Heyy, I don't know if it your level it's helpful for you or not, but this is what I am learning from: https://github.com/NirDiamant/GenAI_Agents I am new to this tech, so I found this handy.
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
GitHub
github.com › langchain-ai › react-agent
GitHub - langchain-ai/react-agent: LangGraph template for a simple ReAct agent · GitHub
Open the folder LangGraph Studio! Add new tools: Extend the agent's capabilities by adding new tools in tools.py. These can be any Python functions that perform specific tasks. Select a different model: We default to Anthropic's Claude 3 Sonnet. You can select a compatible chat model using provider/model-name via runtime context. Example: openai/gpt-4-turbo-preview.
Starred by 763 users
Forked by 688 users
Languages Python 84.4% | Makefile 15.6%