
Build autonomous multi-agent systems that plan, use tools, and collaborate to automate three real-world projects—from live data web searches and custom email tools to inventory reporting and multi-channel scraping.
Use Case 1 — Tool Integration: Web Search & Email
By the end of this use case, you will be able to:
Understand why LLMs alone are limited by their knowledge cutoff
Give an agent access to real-time information using a built-in web search tool
Build your first custom tool from scratch — an email sender using the Brevo API
Combine two agents into a working multi-agent system where one researches and the other communicates the results
Learn to build an agent with the Crew AI framework using a GPT-4-O-Mini model, manage knowledge cutoff, and define role, goal, backstory, and tasks in part 1.
By the end of this use case, you will be able to:
Connect an AI agent to a real SQLite database using a custom SQL tool
Let the agent write and execute SQL queries autonomously based on plain English instructions
Build an Excel report generator tool that turns raw data into professional spreadsheets
Chain three custom tools together — database, Excel, and email — into a fully automated reporting pipeline
Understand how context passing works between tasks so each agent builds on the previous one's output
Explore the database with a sqlite viewer to filter low stock, reducing 200 entries to 58, and build three CrewAI tools: sqlite query, excel writer, and email tool.
Large Language Models can answer questions, but they can't act on their own. They can't search the web for current information, query a database, send an email, or trigger a notification. This course bridges that gap. You will learn how to build autonomous AI agent systems that don't just think — they do.
We start with the foundations: what milestones shaped modern AI, how we got from simple language models to agentic AI, and what distinguishes an AI agent from a chatbot. You will understand the key concepts — roles, goals, tools, tasks, and crews — and learn why multi-agent orchestration is one of the most powerful design patterns in applied AI today.
The core of this course is CrewAI, a Python framework for building collaborative multi-agent systems. You will go from zero to fully functional agent pipelines through three hands-on use cases, each building on the previous one:
In Use Case 1 (Tool Integration), you experience the knowledge cutoff problem firsthand, then solve it by giving agents access to web search via SerperDevTool. You also build your first custom tool — an email sender using the Brevo API — and orchestrate a two-agent system where one agent researches and another sends the results by email.
In Use Case 2 (Database Monitoring & Automated Reporting), you build custom tools for SQLite queries and Excel report generation. Two specialized agents work together in a sequential pipeline: a Database Specialist identifies products with low inventory, and a Reporting Specialist generates an Excel report and sends an email notification. This use case also demonstrates working with alternative LLMs like DeepSeek.
In Use Case 3 (Web Scraping & Multi-Channel Notifications), you build a three-agent system that scrapes book data from a website using Selenium, sends a professional summary email, and triggers an SMS confirmation. This is a complete multi-agent, multi-channel automation pipeline.
By the end of this course, you will know how to define agents with specific roles, build custom tools that connect to real APIs and databases, orchestrate multi-agent workflows, and integrate external services like web search, email, databases, web scraping, and SMS into your agent systems. Everything is taught through practical, runnable Jupyter Notebooks that you can adapt to your own projects immediately.
No prior experience with AI agents is required — basic Python knowledge is all you need to get started.