04 Agent Fundamentals
Phase 2 - Agent Core
Stage 4 of 14. Previous: Stage 3 - Prompt Engineering. Next: Stage 5 - Tools and Actions.
Goal
Understand the basic agent loop and how agents use tools to work toward goals.
Learn
- Agent Loop
- ReAct Pattern
- Reasoning and Planning
- Acting and Observation
- Stopping Criteria
- Tools Overview
Build
Implement a simple ReAct-style loop from scratch with one or two safe tools.
Exit Criteria
- You can describe observe, reason, act, observe, and finish.
- You can explain why stop conditions are required.
- You can distinguish a fixed workflow from a more autonomous agent.
Checkpoint
Use the Stage 4 checkpoint before moving on.