The OpenAI webinar “Build Hour: Voice Agents” on June 17, 2025, featured a demo of an interior home design web app, where the voice agent automatically organized the conversation into tabs like “Inspiration Ideas” and “Planning.”
Two repositories were shared:
- openai/build-hours: Contains various Build Hour examples, but does not include the tabbed interface shown in the webinar.
- openai/openai-voice-agent-sdk-sample: Demonstrates basic voice agent interactions (text and speech), but does not implement tabbed response organization.
Question:
Is the source code for the demo with the tabbed conversation interface available somewhere?