Langgraph Multi Agent System
Description
A modular multi-agent AI system built with LangGraph, Anthropic Claude, and LangSmith featuring sequential handoffs, central supervisor orchestration, and live tool execution (Web Search, REPL, Docker).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🤖 Multi-Agent AI System with LangGraph & LangSmith
A scalable, production-ready multi-agent framework built with **LangGraph**, **Anthropic Claude**, and **LangSmith** for deep observability, structured tool routing, and agent collaboration.
🚀 Key Features
**Central Supervisor Orchestrator (`supervisor_agent.py`):**
- Uses a central router agent to dynamically assign tasks to specialized sub-agents (
ResearcherandCoder/Math). - Structured output schema enforces reliable delegation and task completion handoffs.
- Uses a central router agent to dynamically assign tasks to specialized sub-agents (
**Sequential Multi-Agent Pipeline (`multi_agent.py`):**
- Autonomous Researcher Agent searches real-time web sources.
- Executive Writer Agent synthesizes raw data into structured, actionable reports.
**Autonomous Travel Planner (`travel_agent.py`):**
- Dynamic travel itinerary generator with live budget calculations and destination lookups.
**Tool Integrations:**
- Live Search: Tavily API with DuckDuckGo fallback (
ddgs). - Code Execution: Safe mathematical evaluation and Python execution.
- Docker Integration: Local container monitoring via the Docker SDK.
- Live Search: Tavily API with DuckDuckGo fallback (
**Full Observability & Tracing:**
- Native LangSmith telemetry capturing token counts, latency profiles, and end-to-end execution graphs.
📂 Project Architecture
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps