v2.4.7

agno-agi/agnov2.4.7Jan 28, 2026by ysolanky

AI Summary

This release adds an Else path to Workflow Condition Steps and introduces the AwsBedrockReranker. It updates AwsBedrockEmbedder and fixes LanceDB and SingleStore bugs.

Key Highlights

  • Else path support in Workflow Condition Steps
  • New AwsBedrockReranker supporting Cohere and Amazon Rerank
  • Updated AwsBedrockEmbedder to support Cohere v4
  • MCPTools now works with requires_confirmation_tools

New Features

  • Else path in Workflow Condition Step
  • AwsBedrockReranker
  • Updated AwsBedrockEmbedder

Full Release Notes

## 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/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_steps` in 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