[PR #178] [CLOSED] Ai travel planner mcp agent teamv2 #220

Closed
opened 2025-11-06 14:58:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/178
Author: @priyanshm07
Created: 4/5/2025
Status: Closed

Base: mainHead: ai_travel_planner_mcp_agent_teamv2


📝 Commits (2)

  • ffbe497 feature : multi-agent mcp travel assistant
  • 2932ee0 fix : added multiple agents

📊 Changes

12 files changed (+867 additions, -0 deletions)

View changed files

mcp_ai_agents/.DS_Store (+0 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/README.md (+152 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/booking.py (+89 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/calendar_agent.py (+80 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/maps.py (+224 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/reviews.py (+92 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/scripts/run_servers.sh (+17 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/team.py (+25 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/weather.py (+132 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/main.py (+32 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/pyproject.toml (+7 -0)
mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/requirements.txt (+17 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/178 **Author:** [@priyanshm07](https://github.com/priyanshm07) **Created:** 4/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ai_travel_planner_mcp_agent_teamv2` --- ### 📝 Commits (2) - [`ffbe497`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ffbe497b2095ce08f8d1af3d4f0f771037bed8fe) feature : multi-agent mcp travel assistant - [`2932ee0`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/2932ee0da1fcba23c84628b476bd9cc4f691a673) fix : added multiple agents ### 📊 Changes **12 files changed** (+867 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `mcp_ai_agents/.DS_Store` (+0 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/README.md` (+152 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/booking.py` (+89 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/calendar_agent.py` (+80 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/maps.py` (+224 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/reviews.py` (+92 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/scripts/run_servers.sh` (+17 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/team.py` (+25 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/agents/weather.py` (+132 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/main.py` (+32 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/pyproject.toml` (+7 -0) ➕ `mcp_ai_agents/ai_travel_planner_mcp_agent_teamv2/requirements.txt` (+17 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:58:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#220