The CrewAI Architecture workflow slide outlines four sequential phases: defining agents with roles, goals, and tools; creating tasks with descriptions, agents, and expected outputs; assembling a crew by combining them with a process; and kicking off execution. Each phase yields a specific output, progressing from configured agents and defined tasks to a crew object and final results.
CrewAI Architecture
{ "headers": [ "Phase", "Description", "Output" ], "rows": [ [ "Define Agents", "Specify roles, goals, and tools for agents", "Configured Agents" ], [ "Create Tasks", "Define tasks with descriptions, agents, and expected outputs", "Defined Tasks" ], [ "Assemble Crew", "Combine agents and tasks into a crew with process", "Crew Object" ], [ "Kickoff Execution", "Initiate crew execution to generate results", "Final Results" ] ] }
Source: Agents → Tasks → Crew → Process → Execution
Speaker Notes
1. Define Agents with roles/tools
2. Create Tasks with descriptions
3. Assemble Crew
4. Kickoff for results