Skip to main content

connect

Method
This is a method of the RealtimeAgent class in the realtime_agent module.
Connect to the Realtime API (sync wrapper).

Signature

def connect() -> bool

Returns

Returns
bool
True if connected successfully

Uses

  • asyncio.get_event_loop
  • loop.is_running
  • loop.run_until_complete
  • aconnect
  • asyncio.new_event_loop
  • asyncio.set_event_loop

Used By

Source

View on GitHub

praisonaiagents/agent/realtime_agent.py at line 134