Presentation Slides¶
Download the slide decks used during the workshop. Each chapter's slides are available as PDF.
| Chapter | Slides | Topics |
|---|---|---|
| 1 — LLM Foundations | Download PDF (12 slides) | Agentic AI overview, workshop structure, commons module, Chat Completions API, system prompts, structured outputs |
| 2 — Tools & Function Calling | Download PDF (7 slides) | Tools & function calling, agent loop, mock tools |
| 3 — Single Agent | Download PDF (4 slides) | Single agent pattern, customer support agent |
| 4 — Multi-Agent Patterns | Download PDF (10 slides) | Sequential, concurrent, group chat patterns, content pipeline, stock analysis, brainstorm, maker-checker |
| 5 — Advanced Patterns | Download PDF (10 slides) | Handoff, magentic one, choosing patterns, context management, reliability, human-in-the-loop |