CodeNexus: AI Code Review Knowledge Graph
NewCodeNexus addresses a common failure mode in LLM code review: traditional linters are precise but context-light, while generic LLMs struggle when codebases get large. The system builds an AST-driven knowledge graph of a repository first, then lets specialized LangGraph agents review code using topology-aware context instead of raw file dumps.
Parses modules, imports, call chains, class inheritance, and developer rationale comments with tree-sitter + NetworkX. Runs fast deterministic checks through Ruff, Semgrep, Bandit, and ESLint before escalating deeper reasoning to Syntax, Logic, Security, and Git History agents.