start
Bind an Agent to this session and prepare the underlying SignalWire
infrastructure. This translates the agent’s instructions into a prompt, registers
tools as SWAIG functions, and maps the LLM model (if provided) to the SignalWire
AI model parameter.
Signature
Parameters
agent
The Agent instance to bind to this session.
room
A room instance. Accepted for API compatibility with LiveKit.
Returns
Promise<void>