mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
* Migrate @listen/@router runtime to read from FlowDefinition The runtime now resolves listener conditions, router status, and emit values from `FlowMethodDefinition` instead of legacy method metadata and the `_listeners`/`_routers`/`_router_emit` registries. * Evaluate AND/OR listener conditions over the definition shape via `_evaluate_definition_condition` * Drop the class registries and the `FlowMeta` extraction that built them; stop stamping `__trigger_methods__`, `__is_router__`, `__router_emit__`, and friends * `@human_feedback` emit now lives only on its config * Simplify conditionals DSL