To install and run this agent, follow these steps:
- Clone the repository:
git clone https://github.com/makobongo/agent.git- Install the dependencies:
cd your-repo
python -m venv .venv
pip install -r requirements.txt- Configure the environment variables:
cp .env.example .env # and populate with your OpenAI key generated from openai platformNB - SHOULD WORK FINE UNDER OPENAI PAID PLAN SO SET ONE ON YOUR ACCOUNT