PR Code reviewer to catch syntax and stylistic errors using Ollama
Find a file
Alex Selimov cb49495211
Initial integration
- Clean up a few functions
- Combine all components into a single pipeline
2025-07-14 20:57:47 -04:00
src/reviewllama Initial integration 2025-07-14 20:57:47 -04:00
tests Update tests for vector_store_code 2025-07-14 14:26:56 -04:00
.gitignore Add missing setup files and add a nice logger 2025-06-09 21:22:50 -04:00
.python-version Reformatting, fixing tests, adding basic RAG pipeline implementation 2025-07-05 15:16:18 -04:00
dev_log.md Update tests for vector_store_code 2025-07-14 14:26:56 -04:00
pyproject.toml Update tests for vector_store_code 2025-07-14 14:26:56 -04:00
README.md Add missing setup files and add a nice logger 2025-06-09 21:22:50 -04:00
roadmap.md Update roadmap with current status 2025-06-12 21:35:01 -04:00
uv.lock Update tests for vector_store_code 2025-07-14 14:26:56 -04:00

ReviewLlama

Simple coding agent for double checking PRs before you submit them