CodeCortex – AI 编程代理的持久性知识图谱存储库

1作者: costea大约 2 个月前原帖
我启动了一个名为 CodeCortex 的开源实验。<p>这个想法很简单:<p>AI 编码工具在每个会话中反复学习相同的代码库结构。<p>这浪费了令牌,并且常常忽略架构依赖关系。<p>CodeCortex 探索了一种不同的方法:构建一个随着代码库演变的持久知识图谱。<p>AI 代理不再重新扫描代码库,而是查询这个图谱。<p>目前还处于早期阶段,但代码库已经公开。<p>期待听到使用 AI 编码工具的人的想法。<p>https://github.com/costeamarius/codecortex
查看原文
I’ve started an open-source experiment called CodeCortex.<p>The idea is simple:<p>AI coding tools repeatedly re-learn the same repository structure every session.<p>This wastes tokens and often misses architectural dependencies.<p>CodeCortex explores a different approach: build a persistent knowledge graph of the repository that evolves with the codebase.<p>Instead of rescanning the repo, AI agents query the graph.<p>Still early, but the repo is now public.<p>Curious to hear thoughts from people building with AI coding tools.<p>https:&#x2F;&#x2F;github.com&#x2F;costeamarius&#x2F;codecortex