--- title: Agents Course emoji: 🌖 colorFrom: blue colorTo: yellow sdk: static pinned: false --- # Agents Course on Hugging Face Learn We're thrilled to announce the launch of the Hugging Face Agents course on Learn! This interactive, certified course will guide you through building and deploying your own AI agents. ## Syllabus Here is the syllabus for the course. If you would like to contribute to the course, [open a pull request](https://huggingface.co/spaces/agents-course/README/edit/main/README.md) on this README and add your name to a chapter! | Chapter | Topic | Description | Contributors | | :---- | :---- | :---- | :---- | | 1 | LLMs | Explain LLMs, messages, special tokens and chat-template | [Ben Burtenshaw](https://huggingface.co/burtenshaw) | | 1 | Agent Fundamentals | Explain Actions, Observations, Thoughts, and their formats. | [Joffrey Thomas](https://huggingface.co/Jofthomas) | | 1 | Simple use case | Show a simple use case in generic python functions. | [Ben Burtenshaw](https://huggingface.co/burtenshaw) | | 2 | SmolAgents | Expand on the use case with smolagents | [Ben Burtenshaw](https://huggingface.co/burtenshaw) | | 2 | LangGraph | Expand on the use case with LangGraph | [Anastasiya Pestova](https://huggingface.co/aspestova) | | 3 | SQL Use Case | Show a basic use case using SQL and LangGraph | | | 3 | Code Use Case | Show a basic use case using a CodeAgent and smolagents | |