Walkthrough video
This walkthroug shows how quickly a production-ready voice agent can be built using the PolyAI ADK.
It gives a practical look at the developer workflow and shows how the ADK fits into modern AI-assisted agent development.
Watch the video¶
What this walkthrough covers¶
-
Local development workflow
See how agent work can move from the browser into a local development environment.
-
AI-assisted development
Watch the ADK used alongside tools such as Claude Code to accelerate implementation.
-
Fast iteration
Follow the flow from setup to a working agent in a short amount of time.
-
Production mindset
See how the ADK supports building agents that are intended for real deployment, not just demos.
Best viewed alongside the docs
This walkthrough is a useful companion to the installation and getting started pages. It is often easiest to watch the workflow once, then follow the written steps yourself.
Next steps¶
-
Set up the ADK
Install the ADK locally and prepare your development environment. Open installation
-
Build an agent
Follow the step-by-step tutorial for building with the ADK. Open the tutorial