New
v2.4.7
New Features:
- Workflow Condition Step: Added support for an Else path in the step. Allowing users to define an alternative path instead of just skipping execution
- AwsBedrockReranker: New
AwsBedrockRerankerclass added supporting Cohere Rerank 3.5 and Amazon Rerank 1.0
Improvements:
- AwsBedrockEmbedder: Updated AWS bedrock to support Cohere v4 Embed.
- MCPTools HITL: MCPTools now works with
requires_confirmation_tools
Bug Fixes:
- LanceDB - Replaces deprecated LanceDB
table_names()withlist_tables() - SingleStore - Fixed duplicate table registration error on repeated operations
What's Changed
- feat: implement human-in-the-loop functionality with user confirmation for MCP tools by @ajshedivy in https://github.com/agno-agi/agno/pull/6180
- feat: Expand Amazon Bedrock Embeddings and Rerank by @theagenticguy in https://github.com/agno-agi/agno/pull/6100
- fix: Replace deprecated LanceDB table_names() with list_tables() by @harshsinha03 in https://github.com/agno-agi/agno/pull/6208
- fix: prevent SingleStore duplicate table registration error by @harshsinha03 in https://github.com/agno-agi/agno/pull/6213
- ci: simplify Claude workflow to trigger only on @claude mentions by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/6217
- feat: Add support for
else_stepsin workflow condition logic by @uzaxirr in https://github.com/agno-agi/agno/pull/6214 - fix: lm arecall by @ysolanky in https://github.com/agno-agi/agno/pull/6227
- chore: release-2.4.7 by @ysolanky in https://github.com/agno-agi/agno/pull/6228
New Contributors
- @theagenticguy made their first contribution in https://github.com/agno-agi/agno/pull/6100
Full Changelog: https://github.com/agno-agi/agno/compare/v2.4.6...v2.4.7