Skip to content

Codium-ai/AI-Maintainer

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Dockerfile 1.7%
  • Shell 0.2%