Change8

1.14.7a2

📦 crewaiView on GitHub →
8 features🔧 2 symbols

Summary

This release introduces support for conversational flow traces, surfaces detailed LLM event information, and refactors the Flow DSL into focused decorator modules. It also includes documentation updates for new guides and deployment methods.

Migration Steps

  1. Update conversational flow documentation to utilize handle_turn.

✨ New Features

  • Add conversational flow traces support.
  • Surface real finish_reason, sampling parameters, and response.id in LLM events.
  • Type DSL triggers as route-aware decorators.
  • Implement chat API for conversational flows.
  • Make locking backend overridable in lock store.
  • Split flow DSL monolith into focused decorator modules.
  • Flatten LiteLLM cache/reasoning usage sub-counts in _usage_to_dict.
  • Build FlowDefinition from Flow DSL metadata.

Affected Symbols