AI Code Review Agent
Multi-agent system powered by LangGraph. Analyzes pull requests for security, performance, style, and test coverage issues in parallel. Supports Groq (Llama 3.3), Gemini, OpenAI, and Anthropic.
LangGraph
Groq / Llama 3.3
Gemini
OpenAI
Anthropic
FastAPI
Review a Pull Request
Paste a GitHub PR URL to run a multi-agent code review. Typically takes 30-90 seconds.
๐ก๏ธ
Security Agent
SQL injection, XSS, hardcoded secrets, auth flaws
โก
Performance Agent
N+1 queries, memory leaks, algorithmic complexity
๐จ
Style Agent
Naming, DRY, SOLID principles, readability
๐งช
Test Coverage Agent
Missing tests, edge cases, assertion quality
Architecture
PR Diff
โSmart Chunking
โSecurity
Perf
Style
Tests
Aggregator
โMeta Reviewer
โReport
4 specialist agents run in parallel via LangGraph fan-out, then converge through aggregation and meta-review