telexed ~ c / 94776617-c19radar:50 · agent_toolLIVE
← back
NO.
#94776617
Topic
AGENTS & TOOLS
Source
Awesome LLM Apps
Published
2026-05-03 06:48:07
Importance
★ 5/10 — radar 50
`Agno` `2.x` migration lands for travel planner agents after `CVE-2026-35002`
FIG-9471:1

`Agno` `2.x` migration lands for travel planner agents after `CVE-2026-35002`

A critical eval injection issue forces agno agent teams off 1.x. If you copied older multi-agent patterns, this is a patch-now upgrade, not a cosmetic refactor.

[ KEY POINTS ]
  1. The travel planner team moved from agno 1.x to 2.x to remediate critical CVE-2026-35002, so older examples are no longer safe defaults.
  2. Several APIs were renamed: add_datetime_to_instructions to add_datetime_to_context, add_member_tools_to_system_message to add_member_tools_to_context, and enable_agentic_context to enable_agentic_state.
  3. A few knobs disappeared entirely: show_tool_calls and success_criteria were removed, which can break copied templates even if the agent logic stays the same.
  4. This matters if your codebase inherited agno sample apps. Budget time for API churn and re-test prompt/context behavior after the upgrade.
Originalgithub.com/Shubhamsaboo/awesome-llm-apps/commit/644957619a0a7e522a3290af63facb626b36ad20Read original →

// related