| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-21 | 1.4 kB | |
| v2.3.1 source code.tar.gz | 2025-11-21 | 10.0 MB | |
| v2.3.1 source code.zip | 2025-11-21 | 11.8 MB | |
| Totals: 3 Items | 21.8 MB | 0 | |
Changelog
New Features:
- Nano Banana Support: You can now generate images using Google’s Nano Banana with the
NanoBananaToolstoolkit. - MCP Tools Subclasses in AgentOS: You can now use your custom Toolkits extending the
MCPToolsorMultiMCPToolsclasses inside the AgentOS. - Claude Structured Output: Added support for the new structured output functionality from Anthropic. Use it with your Claude models when you want responses to always match a given schema.
Bug Fixes:
- PyMongo dependency: Remove an unnecessary dependency on PyMongo when using Workflows.
What's Changed
- [feat] Added NanoBananaTools Toolkit and cookbook example by @bhatt-neel-dev in https://github.com/agno-agi/agno/pull/5422
- fix: remove pymongo dependency, fix tests by @manuhortet in https://github.com/agno-agi/agno/pull/5475
- fix: Register MCP subclasses by @PhysicallyActive in https://github.com/agno-agi/agno/pull/5419
- feat: support for anthropic's structured outputs feature by @uzaxirr in https://github.com/agno-agi/agno/pull/5463
- chore: v2.3.1 by @manuhortet in https://github.com/agno-agi/agno/pull/5476
New Contributors
- @PhysicallyActive made their first contribution in https://github.com/agno-agi/agno/pull/5419
Full Changelog: https://github.com/agno-agi/agno/compare/v2.3.0...v2.3.1