Currently fails the "Test Hello World" benchmark. gpt-engineer has trouble when the repo is empty.
In order to run this agent you will need to have the AI Maintainer Platform running locally. You can find instructions on how to do that here.
Create a .env file from the template:
cp .env.template .env
Fill in the fields in your .env file.
OPENAI_API_KEYis your OpenAI API key.AIM_USERNAMEis your AI Maintainer username. If you don't have an account we will create one for you with this username.AIM_PASSWORDis your AI Maintainer password. If you don't have an account we will create one for you with this password.AIM_EMAILis the email address associated with your AI Maintainer account. If you don't have an account we will create one for you with this email address.AIM_AGENT_NAMEis the name of the agent you want to create. If you don't have an agent with this name we will create one for you.
Create a virtual env and install requirements:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Run the script:
python main.py