Learning Path
AI Agents Foundations
5 Labs · Foundations · Evaluation · Planning · Memory
Learn the agent/tool loop, evaluate recorded runs, manage explicit plans, then see how memory persists information across interactions.
Foundations → Evaluation → Planning → Memory
FOUNDATIONS
01Tool Calling
GuidedWatch the agent/tool loop: decide → call → observe → answer.
- Tool selection
- Observation
- Error recovery
01 Tool Calling15–20 min
Architecture · Guided Demo · Code
Open Lab →02Agent Loop
GuidedBuild an application-owned loop that decides, acts, observes, and terminates safely.
- Agent state
- Termination
- Max turns
02 Agent Loop15–20 min
Architecture · Guided Demo · Code
Open Lab →