AI / CrewAI Interview Questions
What are the Process types supported by CrewAI?
The process type governs how a crew's tasks get distributed and executed.
| Process | Description |
| Sequential | Runs tasks strictly in the order they were defined, each agent completing its task before the next begins |
| Hierarchical | Automatically assigns a manager to the crew, which coordinates planning, delegation, and validation of task results |
| Consensual | Planned as a future process type in CrewAI's roadmap |
The process type is set when a Crew is created and determines the overall execution strategy, CrewAI compares it to project management, ensuring tasks are distributed and executed efficiently while staying aligned with the crew's goal.
More Related questions...