This repository is the companion repository for the tutorial How To Build a Durable Agentic AI with Temporal and Python. The code in this repository supports learning how to build a durable agentic AI ...
. ├─ app/ │ ├─ page.tsx # Landing linking to /chat │ ├─ chat/page.tsx # Main demo: chat + 3D avatar with lip sync │ └─ test-page/page.tsx # Alternative demo variant ├─ components/ │ ├─ Avatar.jsx # ...