mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-08 23:13:56 -05:00
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:
@@ -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/)
|
* [🐙 GitHub MCP Agent](mcp_ai_agents/github_mcp_agent/)
|
||||||
* [📑 Notion MCP Agent](mcp_ai_agents/notion_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)
|
* [🌍 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)
|
### 📀 RAG (Retrieval Augmented Generation)
|
||||||
* [🔥 Agentic RAG with Embedding Gemma](rag_tutorials/agentic_rag_embedding_gemma)
|
* [🔥 Agentic RAG with Embedding Gemma](rag_tutorials/agentic_rag_embedding_gemma)
|
||||||
|
|||||||
@@ -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.
|
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
|
## Features
|
||||||
|
|
||||||
Reference in New Issue
Block a user