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 #6180
- feat: Expand Amazon Bedrock Embeddings and Rerank by @theagenticguy in #6100
- fix: Replace deprecated LanceDB table_names() with list_tables() by @harshsinha03 in #6208
- fix: prevent SingleStore duplicate table registration error by @harshsinha03 in #6213
- ci: simplify Claude workflow to trigger only on @claude mentions by @Mustafa-Esoofally in #6217
- feat: Add support for
else_stepsin workflow condition logic by @uzaxirr in #6214 - fix: lm arecall by @ysolanky in #6227
- chore: release-2.4.7 by @ysolanky in #6228
New Contributors
- @theagenticguy made their first contribution in #6100
Full Changelog: v2.4.6...v2.4.7