Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.157.0 source code.tar.gz | 2025-08-06 | 125.6 MB | |
0.157.0 source code.zip | 2025-08-06 | 126.5 MB | |
README.md | 2025-08-06 | 1.1 kB | |
Totals: 3 Items | 252.1 MB | 1 |
v0.157.0 What's Changed
Core Improvements & Fixes
- Enabled word wrapping for long input tool
- Allowed persisting Flow state with
BaseModel
entries - Optimized string operations using
partition()
for performance - Dropped support for deprecated User Memory system
- Bumped LiteLLM version to
1.74.9
- Fixed CLI to show missing modules more clearly during import
- Supported device authorization with Okta
New Features & Enhancements
- Added
crewai config
CLI command group with tests - Added default value support for
crew.name
- Introduced initial tracing capabilities
- Added support for LangDB integration
- Added support for CLI configuration documentation
Documentation & Guides
- Updated MCP documentation with
connect_timeout
attribute - Added LangDB integration documentation
- Added CLI config documentation
- General feature doc updates and cleanup
New Contributors
- @MrunmayS made their first contribution
- @chi2liu made their first contribution