04. Agents Under the Hood¶
Overview¶
-
Lessons: 18
-
Folder:
04-agents-under-the-hood
Lesson Map¶
- Introduction to the Core Architecture of AI Agents
- Project Theme: The E-Commerce Agent
- The Essentials of ReAct
- Setup
- Layer 1: The ReAct Loop
- Tool Binding and Defensive Prompting
- Understanding the ReAct Agent Loop in LangChain
- Model Switch
- Quiz: AI Agent Loop with LangChain Tool Calling
- Layer 2: Manual JSON Schemas vs. LangChain Tool Abstraction
- Building a ReAct Agent Loop with the Raw Ollama SDK
- Recap
- Quiz: Raw Function Calling - AI Agent Without LangChain
- Layer 3: The ReAct Prompt
- Generating Dynamic Tool Descriptions in Python
- Understanding the ReAct Prompt
- Implementing Manual Tool Calling for LLMs
- Agent Loop With ReAct Prompt
Usage¶
Use this section index as your entry point, then capture detailed notes directly in each lesson page.