Skip to main content

Install & Setup

1

Install

Install from pypi:
Clone the repository:
2

Set up environment variables

Please refer to .env.example file, and create a .env file with your own settings. You can use two methods to import environment variables.Using python-dotenv:
Then add the following code to your python file.
Exporting all variables in the terminal:

Running your Agent