After doing these courses, I feel confident creating professional visualizations and dashboards
Course Description
AI agents are changing how we work with data and software. From automating workflows to helping users navigate complex tasks, agents can search, reason, and act on your behalf. In this course, you’ll learn how to build agents using smolagents, a lightweight Python framework developed by Hugging Face.Get Hands-On With Code Agents and ToolsYou’ll start by understanding what makes code agents different and why they're so powerful. Then, you’ll build your first agent from scratch, using smolagents to generate and execute Python code. You’ll also learn how to plug in built-in tools and create custom tools to extend what your agents can do.Make Agents Smarter With RAG and MemoryNext, you’ll use retrieval-augmented generation (RAG) to help agents pull info from large document collections. You’ll take things further by building agentic RAG systems—agents that reason over multiple steps to get better answers. You’ll also learn how to add memory so agents can handle follow-up questions naturally and keep track of what’s already been done.Coordinate Multi-Agent Systems and Validate OutputsIn the final chapter, you’ll build multi-agent systems that coordinate specialist agents through a manager. You’ll add planning intervals, use callbacks for insight into agent behavior, and validate final answers, so your agents stay reliable and user-friendly.By the end of the course, you’ll know how to build agents that think ahead, work together, and get things done.
Feels like what you want to learn?
Start Course for FreeWhat you'll learn
- Understand how smolagents' code agents work and why they’re powerful
- Build agents that solve real-world tasks using Python
- Create custom tools to extend what agents can do
- Design multi-agent workflows to solve more complex problems
Prerequisites
Curriculum
Course outline
1
Introduction to Hugging Face smolagents
Discover what makes code agents special and how they use Python to reason and act. Build your first agent with smolagents, add built-in and community tools for web access, and create custom tools to connect agents with data.
- Introduction to Hugging Face smolagents50 XP
- Let the Agent Do the Math: Expense Insights100 XP
- Wait, You Didn't Write Any Functions?50 XP
- Creating an Agent With Tools50 XP
- Writing Code Through Prompts: Compound Interest100 XP
- Let Agents Search the Web100 XP
- Creating an Agent With Custom Tools50 XP
- Just Add @tool: Writing a Custom Tool100 XP
- Check, Please! Giving Agents Access to Data100 XP
- One Prompt, Many Tools100 XP
2
Agentic RAG and Multi-Step Agents
Transform your traditional RAG pipeline into an agentic system that retrieves information iteratively and reasons across multiple steps. Build stateful tools to support advanced retrieval, guide agents with planning intervals to improve outcomes, and use callbacks to track and customize agent behavior at runtime.
3
Multi-Agent Systems, Memory and Validation
Tackle complex workflows by orchestrating teams of specialized agents under a coordinating manager. Add memory to retain context across interactions, debug agent behavior using execution traces and reasoning steps, and implement robust validation strategies to ensure high-quality, reliable responses.
AI Agents with Hugging Face smolagents
Course
Complete

