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 ZIPStart here
- Download and extract the ZIP.
- Open a terminal in the extracted
practical-architecture-ai-agentsfolder. - Create a Python 3.11 or later virtual environment.
- Run
python run_all.pyfor the deterministic chapter examples. - 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.