Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 989 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 989 Bytes

AI-Maintainer

What is this?

A bot to auto-review pull requests.

img_1.png

It requests changes or approves pull requests based on the changes made.

It runs as a server that accepts GitHub webhooks.

This project won a hackathon and you can see the NextGen Hackathon submission here

You can find our demo video here: https://www.youtube.com/watch?v=WE3UmpkMa3s

Team

We are a team of 4 AutoGPT Maintainers.

We wanted to build a system that solved our problem of heavy pull request review load.

This project started as a command for AutoGPT and then was spun out into its own stand-alone project.

  • @dwrtz - David Wurtz
  • @k-nearest-neighbor Desmond Grealy
  • @merwanehamadi - Merwane Hamadi
  • @dschonholtz - Douglas Schonholtz

Starting the server locally

run uvicorn app:app --reload --port 8080 in the root directory