CrewAI v0.177.0 is out! ![]()
Core Improvements & Fixes
-
Achieved parity between
ragpackage and current implementation -
Enhanced LLM event handling with task and agent metadata
-
Fixed mutable default arguments by replacing them with
None -
Suppressed Pydantic deprecation warnings during initialization
-
Fixed broken example link in
README.md -
Removed Python 3.12+ only Ruff rules for compatibility
-
Migrated CI workflows to use
uvand updated dev tooling
New Features & Enhancements
-
Added tracing improvements and cleanup
-
Centralized event logic by moving
eventsmodule tocrewai.events
Documentation & Guides
-
Updated Enterprise Action Auth Token section documentation
-
Published documentation updates for
v0.175.0release
Cleanup & Refactoring
- Refactored parser into modular functions for better structure