From dac091915067e179d60ea8438a933913156e2d5c Mon Sep 17 00:00:00 2001 From: Abhishek Chauhan Date: Sun, 5 Apr 2026 19:24:57 +0530 Subject: [PATCH] Add langgraph-starter-kit to Templates & Starters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6cba26a..ef0bf2d 100644 --- a/README.md +++ b/README.md @@ -1322,6 +1322,7 @@ Browse the full template catalog here: | [gtesei/agentic_design_patterns](https://github.com/gtesei/agentic_design_patterns) | A comprehensive, hands-on collection of design patterns for building robust agentic AI systems using LangChain and LangGraph | ![GitHub stars](https://img.shields.io/github/stars/gtesei/agentic_design_patterns?style=social)
![Last commit](https://img.shields.io/github/last-commit/gtesei/agentic_design_patterns) | | [NicholasGoh/fastapi-mcp-langgraph-template](https://github.com/NicholasGoh/fastapi-mcp-langgraph-template) | FastAPI template with LangGraph + MCP and streaming UX | ![GitHub stars](https://img.shields.io/github/stars/NicholasGoh/fastapi-mcp-langgraph-template?style=social)
![Last commit](https://img.shields.io/github/last-commit/NicholasGoh/fastapi-mcp-langgraph-template) | | [lgesuellip/langgraph-whatsapp-agent](https://github.com/lgesuellip/langgraph-whatsapp-agent) | Template for WhatsApp agents with LangGraph and MCP | ![GitHub stars](https://img.shields.io/github/stars/lgesuellip/langgraph-whatsapp-agent?style=social)
![Last commit](https://img.shields.io/github/last-commit/lgesuellip/langgraph-whatsapp-agent) | +| [ac12644/langgraph-starter-kit](https://github.com/ac12644/langgraph-starter-kit) | Production-ready multi-agent starter kit with 6 patterns (Supervisor, Swarm, HITL, Structured Output, Research, RAG), 5 LLM providers, MCP integration, CLI scaffolder, and Fastify server | ![GitHub stars](https://img.shields.io/github/stars/ac12644/langgraph-starter-kit?style=social)
![Last commit](https://img.shields.io/github/last-commit/ac12644/langgraph-starter-kit) |