Merge pull request #2938 from vitali87/add-code-graph-rag

feat: add code-graph-rag to Code Analysis section
This commit is contained in:
Jinyang
2026-03-02 06:10:08 +01:00
committed by GitHub

View File

@@ -234,6 +234,7 @@ _Libraries for caching data._
_Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/mre/awesome-static-analysis)._
- Code Analysis
- [code-graph-rag](https://github.com/vitali87/code-graph-rag) - Builds knowledge graphs from multi-language codebases using Tree-sitter and Memgraph, enabling natural language querying of code structure.
- [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
- [prospector](https://github.com/PyCQA/prospector) - A tool to analyze Python code.
- [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.