Official reader resource

Practical Architecture for AI Agents

Download the executable examples, schemas, fixtures, tests, and deployable reference stack discussed in the book.

Download companion ZIP

Version: 2026-09-20 · ZIP SHA-256: 923357140F916AB37D0AB1138BB7A959CBBE2188A0F042B39A72E3818C403C55

Start here

  1. Download and extract the ZIP.
  2. Open a terminal in the extracted practical-architecture-ai-agents folder.
  3. Create a Python 3.11 or later virtual environment.
  4. Run python run_all.py for the deterministic chapter examples.
  5. Install the development requirements, then run python -m pytest.

Safety note

The examples avoid live credentials and external effects by default. Review the README and adapt identity, authorization, tenancy, secrets, persistence, monitoring, and incident controls before connecting any example to production systems.