From b9d83fc70b01abc3404446011768cd4ce373a2dd Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Thu, 6 Mar 2025 19:18:17 -0800 Subject: [PATCH] Updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9de1d4..aeb610f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo - [📠 RAG Agent with Database Routing](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/rag_database_routing) - [🔄 Corrective RAG Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/rag_tutorials/corrective_rag) +### MCP AI Agents +- [🐙 MCP GitHub Agent](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/mcp_ai_agents/github_mcp_agent) + ### LLM Apps with Memory - [💾 AI Arxiv Agent with Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory) - [📝 LLM App with Personalized Memory](https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/llm_apps_with_memory_tutorials/llm_app_personalized_memory)