diff --git a/README.md b/README.md index 6d2f1ac..322e9ad 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen * [🐙 GitHub MCP Agent](mcp_ai_agents/github_mcp_agent/) * [📑 Notion MCP Agent](mcp_ai_agents/notion_mcp_agent) * [🌍 AI Travel Planner MCP Agent](mcp_ai_agents/ai_travel_planner_mcp_agent_team) +* [🔀 Multi-MCP Agent Router](mcp_ai_agents/multi_mcp_agent_router/) ### 📀 RAG (Retrieval Augmented Generation) * [🔥 Agentic RAG with Embedding Gemma](rag_tutorials/agentic_rag_embedding_gemma) diff --git a/mcp_ai_agents/multi_mcp_agent_forge/README.md b/mcp_ai_agents/multi_mcp_agent_router/README.md similarity index 90% rename from mcp_ai_agents/multi_mcp_agent_forge/README.md rename to mcp_ai_agents/multi_mcp_agent_router/README.md index e6d9396..40a7996 100644 --- a/mcp_ai_agents/multi_mcp_agent_forge/README.md +++ b/mcp_ai_agents/multi_mcp_agent_router/README.md @@ -1,8 +1,8 @@ -# Multi-MCP Agent Forge +# Multi-MCP Agent Router A Streamlit app that demonstrates the **multi-agent + MCP** pattern: specialized AI agents that each connect to different MCP servers to handle domain-specific tasks. -Instead of one agent with all tools, Agent Forge routes your request to a **specialist** — a code reviewer, security auditor, researcher, or BIM engineer — each with access to only the MCP tools they need. +Instead of one agent with all tools, The router sends your request to a **specialist** — a code reviewer, security auditor, researcher, or BIM engineer — each with access to only the MCP tools they need. ## Features diff --git a/mcp_ai_agents/multi_mcp_agent_forge/agent_forge.py b/mcp_ai_agents/multi_mcp_agent_router/agent_forge.py similarity index 100% rename from mcp_ai_agents/multi_mcp_agent_forge/agent_forge.py rename to mcp_ai_agents/multi_mcp_agent_router/agent_forge.py diff --git a/mcp_ai_agents/multi_mcp_agent_forge/requirements.txt b/mcp_ai_agents/multi_mcp_agent_router/requirements.txt similarity index 100% rename from mcp_ai_agents/multi_mcp_agent_forge/requirements.txt rename to mcp_ai_agents/multi_mcp_agent_router/requirements.txt