mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 17:08:02 -05:00
* Support wildcard handling in `emit()` Change `emit()` to call handlers registered for parent classes using `isinstance()`. Ensures that base event handlers receive derived events. * Fix failing test * Remove unused variable