Changelog
New Features
- OAuth on the AgentOS MCP Endpoint: Added OAuth support for the AgentOS MCP endpoint via
AgentOS(mcp_auth=...). See cookbook. - AG-UI Client Tools: Added
client_toolssupport for AG-UI frontend tools. agno connectEnhancements: Multi-target select,disconnect, restart hints, and identity-named entries.
Improvements
- A2A Scope Mappings: Moved A2A scope mappings to the interface and fixed custom prefix support.
Bug Fixes
- Remote Runs (Media): Serialize media for remote agent and team runs.
- FileSystemKnowledge (Security): Prevent path traversal in
FileSystemKnowledge.get_file. @toolMethods: Toolkit methods decorated with@toolnow receive injectedrun_context,agent, andteamparameters.- Google Calendar Tools: Timezone-aware
start_date/end_dateare now honored acrosslist_events,create_event, andupdate_event.
What's Changed
- refactor: move A2A scope mappings to interface, fix custom prefix support by @Mustafa-Esoofally in #8788
- cookbook: update MiniMax M3 cookbook metadata by @octo-patch in #8813
- feat: add client_tools support for AG-UI frontend tools by @Mustafa-Esoofally in #8565
- fix: serialize media for remote agent and team runs by @kausmeows in #8832
- fix: prevent path traversal in FileSystemKnowledge.get_file (#8624) by @ProgrammerPlus1998 in #8726
- feat: agno connect multi-target select, disconnect, restart hints, identity-named entries by @ashpreetbedi in #8797
- feat: OAuth on the AgentOS MCP endpoint via AgentOS(mcp_auth=...) by @ashpreetbedi in #8793
- feat: rename AgentOS enable_mcp_server to mcp_server, fold in mcp_config by @ashpreetbedi in #8812
- fix: inject run_context into @tool-decorated Toolkit methods by @kausmeows in #8830
- fix: normalize calendar list event start dates by @Success6666 in #8700
- chore: Release v2.7.2 by @kausmeows in #8844
New Contributors
- @ProgrammerPlus1998 made their first contribution in #8726
Full Changelog: v2.7.1...v2.7.2