June 2026
Intermediate
392 pages
11h 35m
English
The companion repository for this book hosts the sample code that accompanies the chapters. It demonstrates how to build and run an AI agent using OpenAI’s tools and APIs, and it is organized so that each chapter’s examples live in a separate folder. Before you can work through the listings in the chapters, you need a working copy of the repository on your machine, a Python environment that matches what the samples expect, and a valid OpenAI API key connected through a local environment file.
This appendix walks through that setup end to end. It is organized into four sections that follow the natural setup order: cloning the repository, creating a Python environment, installing the dependencies ...
Read now
Unlock full access