rename: multi_mcp_agent_forge -> multi_mcp_agent_router

Clearer folder name that describes what the app does (routes queries
to specialized agents with different MCP tool access).
This commit is contained in:
awesomekoder
2026-03-07 11:19:29 -08:00
parent 40e6a5caa1
commit 8ae5a86236
4 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -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