1.13.0a3
📦 crewaiView on GitHub →
✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces new features for emitting token usage data and publishing tool metadata. It also includes bug fixes for handling GPT-5.x models and significant internal refactoring converting core components to Pydantic BaseModels.
Migration Steps
- Flow is now a Pydantic BaseModel; review usage if custom Flow initialization was present.
- LLM classes have been converted to Pydantic BaseModels; review custom LLM implementations.
✨ New Features
- Emit token usage data in LLMCallCompletedEvent
- Extract and publish tool metadata to AMP
🐛 Bug Fixes
- Handle GPT-5.x models not supporting the `stop` API parameter