What's Changed
New Features & Enhancements
- Added
result_as_answer
parameter support in@tool
decorator. - Introduced support for new language models: GPT-4.1, Gemini-2.0, and Gemini-2.5 Pro.
- Enhanced knowledge management capabilities.
- Added Huggingface provider option in CLI.
- Improved compatibility and CI support for Python 3.10+.
Core Improvements & Fixes
- Fixed issues with incorrect template parameters and missing inputs.
- Improved asynchronous flow handling with coroutine condition checks.
- Enhanced memory management with isolated configuration and correct memory object copying.
- Fixed initialization of lite agents with correct references.
- Addressed Python type hint issues and removed redundant imports.
- Updated event placement for improved tool usage tracking.
- Raised explicit exceptions when flows fail.
- Removed unused code and redundant comments from various modules.
- Updated GitHub App token action to v2.
Documentation & Guides
- Enhanced documentation structure, including enterprise deployment instructions.
- Automatically create output folders for documentation generation.
- Fixed broken link in
WeaviateVectorSearchTool
documentation. - Fixed guardrail documentation usage and import paths for JSON search tools.
- Updated documentation for
CodeInterpreterTool
. - Improved SEO, contextual navigation, and error handling for documentation pages.
New Contributors
- @bitstreamshaman made their first contribution in #2567
- @JesseRWeigel made their first contribution in #2573
- @cypherpepe made their first contribution in #2569
- @agindre made their first contribution in #2387
- @LuniaKunal made their first contribution in #2609