mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-10 21:12:37 +00:00
Add tests covering crew.copy(), kickoff_for_each, kickoff_for_each_async,
and akickoff_for_each when called inside a Flow[MyState] method.
These tests ensure the fix from commit 9d7f4537 (replacing parent_flow
field with context variables) prevents the Pydantic validation error
reported in issue #4385.
Co-Authored-By: João <joao@crewai.com>