Source Code for Tabbed Interface Demo in "Build Hour: Voice Agents"?

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?

1 Like

build-hours/14-voice-agents/realtime-workspace-agents at main · openai/build-hours · GitHub

build-hours/14-voice-agents/realtime-workspace-agents/src/app/agentConfigs/workspaceBuilder at main · openai/build-hours · GitHub

1 Like