Intro to Agents - Create an Agent from Scratch (No Frameworks)
Build an LLM agent from scratch in Python using Hugging Face Inference Providers. --- Connect with me 🤗 - X: https://x.com/_alejandroao - LinkedIn: https://www.linkedin.com/in/alejandro-ao/ --- Links: 🤗 Create HF account: https://huggingface.short.gy/join 👉 Code from this video: https://github.com/huggingface/hub-tutorials/blob/main/notebooks/01-agents-from-scratch.ipynb --- ⏰ *Timestamps* 0:00:00 - Intro 0:01:19 - What is an LLM agent? 0:06:15 - Setting up Hugging Face Inference Endpoints 0:10:30 - Tool/function calling in Python 0:18:19 - Implementing the Agent class 0:21:22 - Adding the call() method 0:31:53 - End-to-end run & wrap-up