From 2e07687dc824375498a50584dd42bf1cdde86fa4 Mon Sep 17 00:00:00 2001 From: Vitali Avagyan Date: Sun, 1 Mar 2026 22:00:26 +0000 Subject: [PATCH] feat: add code-graph-rag to Code Analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d833521..ad1c735c 100644 --- a/README.md +++ b/README.md @@ -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.