Files
crewAI/lib
Tiago Freire c686f78214 fix(tracing): route action-event batch init through _initialize_batch to respect use_ephemeral
_handle_action_event called batch_manager.initialize_batch() directly,
  defaulting use_ephemeral=False. When a DefaultEnvEvent fired before
  CrewKickoffStartedEvent in the thread pool, the batch was locked in as
  non-ephemeral, causing VCR cassette path mismatches on CI. Route through
  _initialize_batch() which computes use_ephemeral from _check_authenticated().
2026-03-25 10:07:28 -03:00
..
2026-03-25 20:06:13 +08:00