How to Guides
Kickoff Crew for Each
Kickoff Crew for Each Item in a List
Introduction
CrewAI provides the ability to kickoff a crew for each item in a list, allowing you to execute the crew for each item in the list. This feature is particularly useful when you need to perform the same set of tasks for multiple items.
Kicking Off a Crew for Each Item
To kickoff a crew for each item in a list, use the kickoff_for_each()
method.
This method executes the crew for each item in the list, allowing you to process multiple items efficiently.
Here’s an example of how to kickoff a crew for each item in a list:
Code
Was this page helpful?