Graphify:统一代码库上下文,简化智能体软件工程
原标题:Graphify: Unifying Codebase Context to Streamline Agentic Software Engineering
AI 摘要
Graphify 是一款开源工具,可将代码库、文档和非结构化数据转换为可查询的多模态知识图谱,以优化 AI 编码工作流。该项目于 2026 年 4 月发布,采用每周多次更新的快速迭代节奏,近期改进了 Terraform 块属性保留、跨文件方法解析等解析器能力。它通过 tree-sitter 提取 AST 并结合文档语义线索构建统一图谱,可经 MCP 服务器接入 AI 编码助手,官方基准显示 LOCOMO recall@10 为 0.497、QA 准确率 45.3%。社区反馈认为其架构映射概念极具前景,但在中型仓库的日常使用中仍存在早期工具的摩擦。
正文节选
Graphify is an open-source tool that converts codebases, documents, and unstructured data into queryable, multimodal knowledge graphs to optimise AI coding workflows. Launched in April 2026, it follows a rapid release cadence of frequent weekly updates. Recent improvements bring advanced parser features, such as Terraform block attribute preservation and cross-file method resolutions. Community feedback on Reddit and developer blogs highlights its strong conceptual appeal for architectural mappi