Skip to main content

Installation

Install the Conversimple SDK using pip:

Basic Usage

Here is a basic example of a Conversimple agent that can get the current weather:

Running the Agent

  1. Save the code above as my_agent.py.
  2. Set your API key and customer ID as environment variables:
  3. Run the agent:
Your agent is now running and connected to the Conversimple platform. You can now start a conversation and test your get_weather tool.