mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-19 13:35:51 -05:00
[PR #178] [CLOSED] Ai travel planner mcp agent teamv2 #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/178
Author: @priyanshm07
Created: 4/5/2025
Status: ❌ Closed
Base:
main← Head:ai_travel_planner_mcp_agent_teamv2📝 Commits (2)
ffbe497feature : multi-agent mcp travel assistant2932ee0fix : 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.