mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 23:44:06 -05:00
[PR #774] [MERGED] Upgrade travel planner agent team to agno 2.x (CVE-2026-35002) #8441
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/774
Author: @Shubhamsaboo
Created: 5/3/2026
Status: ✅ Merged
Merged: 5/3/2026
Merged by: @Shubhamsaboo
Base:
main← Head:claude/dazzling-volta-JiReL📝 Commits (1)
6449576Upgrade travel planner agent team to agno 2.x (CVE-2026-35002)📊 Changes
7 files changed (+6 additions, -24 deletions)
View changed files
📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/destination.py(+1 -2)📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/flight.py(+0 -1)📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/food.py(+0 -1)📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/hotel.py(+0 -1)📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/itinerary.py(+1 -2)📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/agents/team.py(+3 -16)📝
advanced_ai_agents/multi_agent_apps/agent_teams/ai_travel_planner_agent_team/backend/pyproject.toml(+1 -1)📄 Description
Migrates the AI travel planner agent team from agno 1.x to 2.x, fixing the critical eval injection vulnerability (CVE-2026-35002).
API changes: show_tool_calls removed, add_datetime_to_instructions renamed to add_datetime_to_context, add_member_tools_to_system_message renamed to add_member_tools_to_context, enable_agentic_context renamed to enable_agentic_state, success_criteria removed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.