websockets
autogen.agentchat.realtime.experimental.websockets.WebSocketProtocol
WebSocketProtocol
WebSocket protocol for sending and receiving JSON data modelled after FastAPI’s WebSocket.
Parameters:Name | Description |
---|---|
*args | |
**kwargs |
Instance Methods
iter_text
receive_json
Name | Description |
---|---|
mode | Type: str Default: ‘text’ |
receive_text
send_json
Name | Description |
---|---|
data | Type: Any |
mode | Type: str Default: ‘text’ |