This repository contains a minimal LangGraph example that demonstrates how to:
create_agent
langchain.agents
Install dependencies:
pip install -r requirements.txt
Run the demo by pointing to a Python file you want to review:
python src/graph.py --code path/to/file.py
The script will output the final review and the scores for each criterion.