0.120.0
📦 crewaiView on GitHub →
✨ 5 features🐛 3 fixes🔧 5 symbols
Summary
This release introduces the ability to load Agents from repositories and direct knowledge initialization, while fixing critical race conditions in FilteredStream and agent reset logic.
Migration Steps
- Review code for stricter linting compliance as the full Ruff rule set is now enabled by default
✨ New Features
- Support for loading an Agent directly from a repository
- Ability to set an empty context for Task
- Direct initialization of knowledge bypassing knowledge_sources
- Enhanced Agent repository feedback
- Tool auto-import behavior improvements
🐛 Bug Fixes
- Fixed race condition in FilteredStream using context managers
- Fixed agent knowledge reset issue
- Fixed Tool auto-import behavior
🔧 Affected Symbols
FilteredStreamTaskAgentknowledge_sourcesAgent.knowledge