course

Building Agentic Systems

A hands-on Python course that builds a working, provider-agnostic agent framework from scratch — the agent loop, tools, memory, planning, multi-agent orchestration, guardrails, and evaluation. Every lesson runs for real against a deterministic mock model (zero cost, no API key), and the capstone shows how to plug in a real LLM provider. The codebase grows lesson by lesson in one public repo.

1 of 9 published

  1. 01 The Agent Loop
  2. 02 Tools & Schemas upcoming
  3. 03 Memory & Context upcoming
  4. 04 Planning & Decomposition upcoming
  5. 05 Multi-Agent Orchestration upcoming
  6. 06 Guardrails & Sandboxing upcoming
  7. 07 Using the Anthropic SDK upcoming
  8. 08 One Interface, Many Providers — Ollama, Claude & OpenAI upcoming
  9. 09 Evaluation & Observability upcoming