Skip to main content
The 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

str
required
Your Conversimple API key.
str
Your customer ID. If not provided, it will be derived from the API key.
str
The URL of the Conversimple platform WebSocket.

Methods

start()

Starts the agent and connects to the platform.
str
A unique ID for the conversation. If not provided, a new one will be generated.

stop()

Stops the agent and disconnects from the platform.