1.14.6
📦 crewaiView on GitHub →
✨ 3 features🐛 6 fixes🔧 3 symbols
Summary
This release introduces enhancements to environment variable handling in StdioTransport and planning configuration, alongside several bug fixes related to structured output leaks and checkpointing reliability. The Skills Repository has also been moved to an experimental status.
Migration Steps
- Move Skills Repository to experimental + CREWAI_EXPERIMENTAL gate
✨ New Features
- Enhance StdioTransport to prevent environment variable leakage
- Enhance planning configuration and observation handling
- Declare env_vars on DatabricksQueryTool
🐛 Bug Fixes
- Fix structured output leaks in tool-calling loops
- Drop unroundtrippable callbacks and adapter state in checkpoint
- Serialize type[BaseModel] fields as JSON schema in checkpoint
- Avoid orphan task_started on resume scope restore
- Allow AgentExecutor to restore from checkpoint
- Correct mongodb typo to pymongo in package_dependencies