Orchestrate your fleet of AI software designers, engineers and reviewers!
Created at the MistralAI hackathon in SF
Just create tickets (or have an AI architect assist you), and let the agents do the work. Your approval is required to merge PRs, so no bug or wrong code is ever introduced without your approval!
- Clone this repo
- Install dependencies with
pip install -r requirements.txt
- Enter the infos related to the repository in which you want to work in
settings.json
or runoa setup
- Profit
- Be part of the org of your repo
- Go to https://github.com/settings/tokens?type=beta and create a personnal access token for the repo
- Run the
init_connections.py
script and provide the URL to your repo and the access token
- Connect to https://trello.com/ and log in. Navigate to your target Board. Save the Board ID.
- Create a PowerUp for your Workspace at https://trello.com/power-ups/admin (you don't need the Iframe connector URL). Save your API Key and Secret
- Run the
init_connections.py
script and provide the needed secrets
We currently use OpenAI for our inferences, so you'll need an OpenAI API key with some credits (we currently use GPT3.5 Turbo and GPT4, see pricing here).
Then run the init_connections.py
script and provide your key
Design tickets and add them to your backlog with:
streamlit run start_architecting.py
to spawn an architect running in a chatbot that will create code tickets with you.
Run your fleet with:
./oa start intern
to spawn a developer that will process tickets and open PRs with code../oa start reviewer
to spawn a reviewer that will review PRs and ask for changes.
You can also start multiple ones with ./oa start agent1 agent2
This is intended to be a collaborative project, and we'd love to take suggestions for new features, improvements, and fixes!
- If there is something you'd like us to work on, feel free to open an Issue with the adequate tag and a good description. If it's a bug, please add steps to reproduce it.
- If you have a contribution you'd like to make: first of all, thanks! You rock! Please open a PR and we'll review it as soon as we can!