Dive into the world of multi-agent AI systems with CrewAI! This beginner-friendly course teaches you how to build a simple travel planning application by orchestrating AI agents that work together. You'll learn to create agents with specific roles, assign them tasks, and coordinate their collaboration.
Overview
Syllabus
- Unit 1: Introduction to CrewAI Agents, Tasks, and Crews
- Customizing Tasks for Different Destinations
- Enabling Verbose Mode in CrewAI
- Fixing the Missing Agent Connection
- Assembling a Crew On Your Own
- Creating Your Food Critic Agent
- Unit 2: Creating Flexible Tasks with Placeholders
- Making Tasks Dynamic with Placeholders
- Adding Multiple Placeholders for Flexibility
- Debugging Dynamic Tasks
- Seasonal Travel Planning with Placeholders
- Unit 3: Working with Multiple Specialized Agents and Tasks in CrewAI
- Understanding The Travel Researcher
- Connecting Agents for Travel Planning
- Debugging Placeholders in Travel Planning
- Adding a Persuasive Trip Invitation Writer
- Unit 4: Configuring CrewAI Agents and Tasks with YAML Files
- Loading YAML Superhero Configuration
- Creating YAML Files for CrewAI
- Connecting YAML Configs to CrewAI Objects
- Refactoring CrewAI with YAML Configurations