final lessons

This commit is contained in:
2026-06-07 10:44:05 +02:00
parent ceea2f206a
commit 39ec1bac72
105 changed files with 7789 additions and 1515 deletions

View File

@@ -4,7 +4,7 @@
**Lesvorm:** Tim demonstreert klassikaal. Studenten kijken. Zelf bouwen = huiswerk.
**Demo-app:** Nieuwe PDF Q&A app from scratch
**Vervolg op:** Les 13 — Agents
**Aansluit op:** Les 15 — Cursor + Vercel deploy
**Aansluit op:** Les 15 — Agents
---
@@ -428,11 +428,11 @@ const docAgent = new ToolLoopAgent({
- Chunking strategieën
- RAG-tool in een agent
**Volgende les (Les 15): Cursor + Vercel deploy**
- Externe APIs in Next.js Server Components
- Cursor Composer + Background Agents
- Deploy naar Vercel productie + preview per branch
- GitHub Actions CI (lint + build)
**Volgende les (Les 15): Agents**
- Agent = LLM in een loop met tools
- ToolLoopAgent — system, tools, stopWhen, prepareStep
- 4 stop-condities: stepCountIs, hasToolCall, isLoopFinished, custom
- Combo: RAG-tool in een agent (combo Les 14 + 15)
**Daarna in deze leerlijn:**
- Les 16: MCP — eigen Model Context Protocol server bouwen