JohnXu22786/codegraph

插件 ⭐ 0 MIT memorytools

用于代理工具(dsh)的代码知识图谱插件:将符号、调用点和导入索引到SQLite中,通过CLI或stdio MCP工具服务器回答调用/依赖问题。

catalog 简介:Code knowledge graph plugin for agent harnesses (dsh): indexes symbols, call sites and imports into SQLite, answers call/dependency questions via CLI or stdio MCP tool server

安装

file discovery (include/exclude/size limit)
   → syntax extraction (symbols, call sites, import statements)
   → SQLite storage (files / symbols / calls / imports + FTS5)
   → cross-file resolution (call targets → symbols, imports → files)
   → queries (CLI / tool server / Python API)

JohnXu22786/codegraph 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。