Building specialist teams
This exercise is part of the course
Building AI Agents with CrewAI
Exercise instructions
Your system is getting smarter! Instead of one general-purpose agent, you’ll now build specialized agents, starting with an agent specialized in creating for blog content:
- Instantiate the blog researcher agent as an
Agent
with the predefinedsearch_tool
. - Define a
Task
for the blog researcher. - Connect the research task as context for the writing task, so the blog writer can use the researcher’s findings.
Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
