ConversimpleAgent class is the main entry point for creating your agent. It handles the connection to the Conversimple platform, tool registration, and event handling.
Initialization
Your Conversimple API key.
Your customer ID. If not provided, it will be derived from the API key.
The URL of the Conversimple platform WebSocket.
Methods
start()
Starts the agent and connects to the platform.
A unique ID for the conversation. If not provided, a new one will be generated.