codegraph
用于 agent harnesses (dsh) 的代码知识图谱插件:将符号、调用点和导入索引到 SQLite,通过 CLI 或 stdio MCP 工具服务器回答调用/依赖问题。
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
怎么安装
dsh plugin add dsh-codegraph 简介
简体中文 CodeGraph A code knowledge graph plugin: parses a codebase into a queryable index, so agents can answer structural questions like "who calls this function" or "what does this module depend on". Good for quickly understanding large codebases, or as a risk-screening tool before making changes. Self-contained implementation: Python standard library + SQLite, no mandatory third-party dependencies. Ships a CLI, a Python API, and a stdio tool server (MCP-style JSON-RPC 2.0) that any plugin-based harness can load as a subprocess. Features **Call graph**: callers / callees — who calls a given fun…
推荐参考
信息
- 协议
- MIT
- 语言
- Python
- GitHub 星标
- 0
- 月下载
- 562
- 最近更新
- 2026-08-17
- 创建于
- 2026-08-16
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:0xsline/awesome-deepseek-harness
- 主题标签
- deepseek-harness, dsh, dsh-plugin