Scripts2026年4月9日·1 分钟阅读

OpenAI Realtime Agents — Voice AI Agent Patterns

Advanced agentic patterns for voice AI built on OpenAI Realtime API. Chat-supervisor and sequential handoff patterns with WebRTC streaming. MIT, 6,800+ stars.

Introduction

OpenAI Realtime Agents is OpenAI's official demo of advanced voice AI agent patterns, with 6,800+ GitHub stars. It showcases two key patterns: Chat-Supervisor (voice agent + smart text model collaboration) and Sequential Handoff (transfer users between specialized agents based on intent). Built on the OpenAI Agents SDK and WebRTC voice streaming. Ideal for developers building voice AI apps, customer-service bots, or multi-agent voice systems.


OpenAI Realtime Agents — Voice AI Agent Architectures

Two Agent Patterns

1. Chat-Supervisor Pattern

A voice agent handles user dialog and basic tasks; a smart text model (GPT-4.1) handles complex reasoning and tool calls.

2. Sequential Handoff Pattern

Specialized agents transfer users between one another based on detected intent (greeting → sales → support).

FAQ

Q: What is OpenAI Realtime Agents? A: OpenAI's official demo showing how to build sophisticated voice AI agents using the Realtime API and Agents SDK.

Q: Is it production-ready? A: It's a reference implementation — apply the patterns and architecture to your own production apps.


🙏

来源与感谢

Created by OpenAI. Licensed under MIT.

openai-realtime-agents — ⭐ 6,800+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产