Change8

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

  1. Flow is now a Pydantic BaseModel; review usage if custom Flow initialization was present.
  2. 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

Affected Symbols