Open
Description
Please read this first
- Have you read the docs?Agents SDK docs
- Have you searched for related issues? Others may have had similar requests
Describe the feature
What is the feature you're requesting? How would it work? Please provide examples and details if possible.
Currently, the OpenAI Agents SDK provides excellent support for terminal-based streaming voice applications, but lacks an official way to implement real-time audio streaming between web clients and a server.
I'd like to request a WebSocket adapter that enables browser-based clients to:
- Stream audio to the server in real-time
- Receive TTS audio responses in real-time
- Maintain the same low-latency experience as the terminal examples