Pull the GitHub code
git clone <https://github.com/weav-ai/weav-dev.git>
Install requirements
pip3 install -r requirements.txt
Add variables to .env
file
ENV = "https://<env_name>"
AUTH_TOKEN = "eyJhbGci...."
For example
ENV = "<https://subdomain.weav.ai>"
AUTH_TOKEN = "eyJhbGciOiJ..."
Fetches all the agents present on the platform.
python3 agents/get_agent_types.py