Unclaimed project
Are you a maintainer of agno? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
agno
Build multi-agent systems that learn and improve with every interaction.
agentsaiai-agentsdeveloper-toolspython
Last updated about 3 hours ago
Back to changelogNew
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
AwsBedrockReranker class 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() with list_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/6208fix: prevent SingleStore duplicate table registration error by @harshsinha03 in https://github.com/agno-agi/agno/pull/6213ci: simplify Claude workflow to trigger only on @claude mentions by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/6217feat: Add support for else_steps in workflow condition logic by @uzaxirr in https://github.com/agno-agi/agno/pull/6214fix: lm arecall by @ysolanky in https://github.com/agno-agi/agno/pull/6227chore: release-2.4.7 by @ysolanky in https://github.com/agno-agi/agno/pull/6228New 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