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 #5422
- fix: remove pymongo dependency, fix tests by @manuhortet in #5475
- fix: Register MCP subclasses by @PhysicallyActive in #5419
- feat: support for anthropic's structured outputs feature by @uzaxirr in #5463
- chore: v2.3.1 by @manuhortet in #5476
New Contributors
- @PhysicallyActive made their first contribution in #5419
Full Changelog: v2.3.0...v2.3.1