mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
* Use explicit name/action shape for each.do steps * Add optional `if` expression to `each.do` steps Lets a step inside an `each` action run conditionally based on a CEL expression evaluated against `item` and prior step `outputs`.