Completed
11:32 | Basic LLM Functionality
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build an AI Agent From Scratch in Python - Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 | Overview
- 2 00:35 | Agent Demo
- 3 01:38 | Setup/Requirements
- 4 06:53 | Basic Code Setup/Imports
- 5 08:37 | Using Claude or GPT
- 6 10:00 | Getting Your API Key
- 7 11:32 | Basic LLM Functionality
- 8 12:43 | Structured Output/Models
- 9 15:42 | Prompt Templates
- 10 17:33 | Creating & Running the Agent
- 11 21:00 | Output Parsing
- 12 23:39 | Adding Prebuilt Tools
- 13 30:48 | Custom Tool Calling