This is a guide on using the RowBoat Python SDK as an alternative to the RowBoat HTTP API to power conversations with the assistant created in Studio.
pip install rowboat
<API_KEY>
and <PROJECT_ID>
<HOST>
is http://localhost:3000<HOST>
is https://app.rowboatlabs.comStatefulChat
class, which maintains conversation state automatically:
Client
class directly: