| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-09 | 2.7 kB | |
| v2.7.2 source code.tar.gz | 2026-07-09 | 16.5 MB | |
| v2.7.2 source code.zip | 2026-07-09 | 19.4 MB | |
| Totals: 3 Items | 35.9 MB | 0 | |
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 https://github.com/agno-agi/agno/pull/8788
- cookbook: update MiniMax M3 cookbook metadata by @octo-patch in https://github.com/agno-agi/agno/pull/8813
- feat: add client_tools support for AG-UI frontend tools by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/8565
- fix: serialize media for remote agent and team runs by @kausmeows in https://github.com/agno-agi/agno/pull/8832
- fix: prevent path traversal in FileSystemKnowledge.get_file (#8624) by @ProgrammerPlus1998 in https://github.com/agno-agi/agno/pull/8726
- feat: agno connect multi-target select, disconnect, restart hints, identity-named entries by @ashpreetbedi in https://github.com/agno-agi/agno/pull/8797
- feat: OAuth on the AgentOS MCP endpoint via AgentOS(mcp_auth=...) by @ashpreetbedi in https://github.com/agno-agi/agno/pull/8793
- feat: rename AgentOS enable_mcp_server to mcp_server, fold in mcp_config by @ashpreetbedi in https://github.com/agno-agi/agno/pull/8812
- fix: inject run_context into @tool-decorated Toolkit methods by @kausmeows in https://github.com/agno-agi/agno/pull/8830
- fix: normalize calendar list event start dates by @Success6666 in https://github.com/agno-agi/agno/pull/8700
- chore: Release v2.7.2 by @kausmeows in https://github.com/agno-agi/agno/pull/8844
New Contributors
- @ProgrammerPlus1998 made their first contribution in https://github.com/agno-agi/agno/pull/8726
Full Changelog: https://github.com/agno-agi/agno/compare/v2.7.1...v2.7.2