This repository contains a GitHub bot that automatically processes issues and pull requests using an AI-powered RAG loop. The bot is implemented in Python and runs in a Docker container.
.env
file based on the .env.sample
file and add your GitHub and OpenAI API tokens./scripts/build.sh
./scripts/test.sh
./scripts/run.sh
The repository includes a GitHub Actions workflow that automatically runs the build and test scripts on every pull request. The workflow is defined in the .github/workflows/test.yml
file.
Pull requests can only be merged if the automated tests pass successfully.