#800 · Primary category: AI Agents & Automation

openai-realtime-agents

This is a simple demonstration of more advanced, agentic patterns built on top of the Realtime API.

Project last updated:01/07/26

GitHub Stars

7.0K

Forks

1.1K

Contributors

10

License

MIT

Why we included this project

Most voice-agent projects hit the same wall: keeping a multi-step conversation coherent without making a single model handle everything. This demo shows two reference patterns for that problem. Chat-Supervisor keeps a fast realtime chat model on the line and passes tool calls and harder questions to a smarter text-based supervisor, while Sequential Handoff routes users between specialized agents as their intent changes, a structure that maps naturally onto customer-service queues. Both patterns are wired up in a Next.js/TypeScript app you can run locally, with the OpenAI Realtime API and Agents SDK working together in readable code. If you are building a voice interface or support bot, this is a practical place to borrow orchestration ideas instead of designing them from scratch.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category