experimental
autogen.agentchat.realtime.experimental.TwilioAudioAdapter
TwilioAudioAdapter
Adapter for streaming audio from Twilio to OpenAI Realtime API and vice versa.
Adapter for streaming audio from Twilio to OpenAI Realtime API and vice versa.
Name | Description |
---|---|
websocket | Type: WebSocket |
logger | Type: logging.Logger | None Default: None |
Instance Methods
handle_speech_started_event
Handle interruption when the caller’s speech starts.
initialize_session
Control initial session with OpenAI.
on_close
Handle close of RealtimeClient.
on_event
Receive events from the OpenAI Realtime API, send audio back to Twilio.
Parameters:Name | Description |
---|---|
event | Type: RealtimeEvent |
run
Run the observer with the agent.
When implementing, be sure to call self._ready_event.set()
when the observer is ready to process events.
Name | Description |
---|---|
agent | The realtime agent attached to the observer. Type: RealtimeAgent |
run_loop
Run the adapter loop.
send_mark
Send a mark of audio interruption to the Twilio websocket.
wait_for_ready
Get the event that is set when the observer is ready.