feat: add code-graph-rag to Code Analysis section

This commit is contained in:
Vitali Avagyan
2026-03-01 22:00:26 +00:00
parent ad2a55ff91
commit 2e07687dc8

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.