metadata
license: mit
Code Review Agent — v0.1 (MVP)
Run locally (recommended to use a Python venv):
pip install -r requirements.txt
# start ollama server separately and ensure Minimax-M2 is available
uvicorn src.app:app --reload --port 8080