Back to course

CrewAI: Tasks and Delegation

Agentic AI Engineering (Build, don't just prompt)

What is a Task?

A task is a specific assignment for an agent. It needs a description and an expected output.

Sequential vs Hierarchical

  • Sequential: Agent A then Agent B.
  • Hierarchical: A manager agent decides who does what.

Delegation is automatic if configured correctly.