diff --git a/README.md b/README.md index 8bbdd34..a97553c 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@

- Deutsch | - Español | - français | - 日本語 | - 한국어 | - Português | - Русский | + Deutsch | + Español | + français | + 日本語 | + 한국어 | + Português | + Русский | 中文

@@ -95,6 +95,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen * [👨‍🏫 AI Teaching Agent Team](advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team/) * [💻 Multimodal Coding Agent Team](advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_coding_agent_team/) * [✨ Multimodal Design Agent Team](advanced_ai_agents/multi_agent_apps/agent_teams/multimodal_design_agent_team/) +* [🌏 AI Travel Planner Agent Team](/advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_team/) ### 🗣️ Voice AI Agents @@ -107,7 +108,7 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen * [♾️ Browser MCP Agent](mcp_ai_agents/browser_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) ### 📀 RAG (Retrieval Augmented Generation) @@ -153,15 +154,15 @@ A curated collection of **Awesome LLM apps built with RAG, AI Agents, Multi-agen ## 🚀 Getting Started -1. **Clone the repository** +1. **Clone the repository** - ```bash - git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git + ```bash + git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git ``` 2. **Navigate to the desired project directory** - ```bash + ```bash cd awesome-llm-apps/starter_ai_agents/ai_travel_agent ```