Completed
What are agents?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
LangChain Agents Deep Dive with GPT 3.5 - LangChain
Automatically move to the next video in the Classroom when playback concludes
- 1 Why LLMs need tools
- 2 What are agents?
- 3 LangChain agents in Python
- 4 Initializing a calculator tool
- 5 Initializing a LangChain agent
- 6 Asking our agent some questions
- 7 Adding more tools to agents
- 8 Custom and prebuilt tools
- 9 Francisco's definition of agents
- 10 Creating a SQL DB tool
- 11 Zero shot ReAct agents in LangChain
- 12 Conversational ReAct agent in LangChain
- 13 ReAct docstore agent in LangChain
- 14 Self-ask with search agent
- 15 Final thoughts on LangChain agents