Completed
- Setup Imports and API Keys
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building LLM Agents - PAL, ReAct, and LangChain Implementation Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 - Overview
- 2 - Setup Imports and API Keys
- 3 - PAL from Scratch
- 4 - LLM Chains with LangChain Expression Language
- 5 - Switching to Llama 3.1 TogetherAI and Mixtral 8x7B Groq
- 6 - ReAct Agents
- 7 - Implementing ReAct Operational Loop
- 8 - Other ReAct Formats JSON, XML, ...
- 9 - LangChain ReAct Agent
- 10 - OpenAI Function/Tool Calling via API
- 11 - Chat ReAct Agent for Conversations