Spaces:
Running
Running
title: Agents Course | |
emoji: π | |
colorFrom: blue | |
colorTo: yellow | |
sdk: static | |
pinned: false | |
# Agents Course on Hugging Face Learn | |
This interactive, certified course will guide you through **building and deploying your own AI Agents**. | |
π [Register here for the course](https://huggingface.us17.list-manage.com/subscribe?u=7f57e683fa28b51bfc493d048&id=9ed45a3ef6) | |
π [Check out the course material here](https://huggingface.co/learn/agents-course/unit0/introduction) | |
<div style="width: 100%; border: 1px solid #ccc; padding: 20px; margin: 20px auto; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); background-image: linear-gradient(to bottom, #ffd231, #ff9d00); border-radius: 8px;"> | |
<img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62d648291fa3e4e7ae3fa6e8/Jm3GYn6LHuasiLSlj03hd.png" alt="MCP Course" style="width: 7em; border-radius: 5px 5px 0 0;"> | |
<h2 style="color: #333; margin-bottom: 10px;">π NEW COURSE! The MCP Course is now running!</h2> | |
<a href="https://huggingface.co/organizations/mcp-course/share/BcsYJAxCofWDZncivkBzafSjAcuAxOMWua" style="display: inline-block; padding: 10px 20px; background-color: lightcoral; color: white; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease;" onmouseover="this.style.backgroundColor='#0056b3'" onmouseout="this.style.backgroundColor='lightcoral'">Join the Course</a> | |
</div> | |
# Course Syllabus | |
Here is the general syllabus for the course. With each unit a more detailed list of topics will be released. | |
| Chapter | Topic | Description | | |
| :---- | :---- | :---- | | |
| 0 | Onboarding | Set you up with the tools and platforms that you will use. | | |
| 1 | Agent Fundamentals | Explain Tools, Thoughts, Actions, Observations, and their formats. Explain LLMs, messages, special tokens and chat-template. Show a simple use case in generic python functions. | | |
| 2 | Frameworks | Understand how the fundamentals are implemented in popular libraries : smolagents, LangGraph, LLamaIndex | | |
| 3 | Use Cases | Letβs build some real life use cases ( open to PRs π€ from experienced Agent builders ) | | |
| 4 | Final Assignment | Build an agent for a selected benchmark (GAIA)| | |
*Units contain*: live session, written material, and interactive quiz. | |
# Prerequisites | |
- Python programming | |
- LLM prompting | |
- A Hugging Face account ( free ) : Register [here](https://huggingface.co/join) | |
# Community | |
If you would like to study, contribute to, or discuss the agents course then join the [Hugging Face Discord](https://discord.gg/UrrTSsSyjb). |