Skip to content

Commit 66d31a2

Browse files
author
Hakan Bogan
committed
updated readme
1 parent 66f7687 commit 66d31a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi-Agent Code Review Framework
22

3-
A master's thesis project implementing a multi-agent system for automated code review using CrewAI.
3+
A project implementing a multi-agent system for automated code review using CrewAI.
44

55
## Quick Start
66

@@ -32,7 +32,7 @@ poetry run python -m app.cli review \
3232

3333
- 🤖 **Multi-Agent System**: 7 specialized agents (context, security, style, logic, performance, docs, tests)
3434
- 🔍 **Evidence-Based**: All findings require tool output or code references
35-
- 📊 **Evaluation Framework**: Statistical analysis and thesis-ready LaTeX export
35+
- 📊 **Evaluation Framework**: Statistical analysis and LaTeX export
3636
-**Tool Integration**: Git, Ruff, ESLint, Semgrep, Bandit, Coverage.py
3737
- 🎯 **Actionable**: Auto-patches for simple fixes, detailed guidance for complex issues
3838

@@ -211,7 +211,7 @@ poetry run python -m app.cli evaluate \
211211
poetry run python -m app.cli compare \
212212
./eval/results/evaluation_single_agent.json \
213213
./eval/results/evaluation_multi_agent.json \
214-
--latex thesis_results.tex
214+
--latex results.tex
215215
```
216216

217217
## Research Goals

0 commit comments

Comments
 (0)