0.117.0
📦 crewaiView on GitHub →
✨ 5 features🐛 9 fixes🔧 5 symbols
Summary
This release introduces support for new LLMs including Gemini 2.5 Pro and GPT-4.1, adds a result_as_answer parameter to tools, and provides significant bug fixes for memory management and async flows.
✨ New Features
- Added result_as_answer parameter support in @tool decorator.
- Introduced support for GPT-4.1, Gemini-2.0, and Gemini-2.5 Pro language models.
- Enhanced knowledge management capabilities.
- Added Huggingface provider option in CLI.
- Improved compatibility and CI support for Python 3.10+.
🐛 Bug Fixes
- Fixed 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.
- Fixed broken link in WeaviateVectorSearchTool documentation.
- Fixed guardrail documentation usage and import paths for JSON search tools.
🔧 Affected Symbols
@toolWeaviateVectorSearchToolCodeInterpreterToollite agentsJSON search tools