
Next, in our CrewAI series we're going to demonstrate serial vs parallel workflow execution to show how to build intelligent workflows using CrewAI agents that execute tasks either sequentially (serial) or independently (parallel). This demo highlights how tasks can be structured based on interdependence or concurrency.
We're going to be building upon our previous post's code so make sure to have CrewAI dependencies installed as well as agents and tasks defined before running the next two examples:
Serial Execution:
Parallel Execution: