Connects to a live voice session, receiving and sending messages in real time via a WebSocket interface using the bundled client script.
- Added a new CLI Python client script (`client.py`) for real-time voice interaction over WebSocket. - The CLI supports sending messages, receiving messages, streaming/listening for multiple messages, and agent bridging. - Updated documentation to detail usage of the client script, including new command options and workflows. - Improved connection configuration options with a default and customizable WebSocket URL. - Clarified message type reference and behavior guidelines in the documentation.