展示HN:Codex中的代理活动跟踪命令行工具

1作者: aperi2 个月前原帖
嘿,黑客们, 我制作了一个命令行工具,用于将你的Codex提示、智能体推理和文件差异同步到一个名为Codaph的共享内存中([https://codaph.com](https://codaph.com))。这个工具的目标是同步我团队中的智能体活动,以便更深入地理解代码库。 在技术层面上,它使用了Mubit([https://mubit.ai](https://mubit.ai))——这是我们基于关联检索构建的内存引擎。Mubit建立在超向量和聚类的概念之上(目前采用基于时间的衰减)。 目前,Codaph与Codex兼容,计划很快添加其他智能工具。 Codaph是开源的(随意编码,哈哈)。 我很想听听大家的反馈,如果你想尝试一下,Mubit是免费的(API密钥可以在[https://console.mubit.ai](https://console.mubit.ai)上获取)。
查看原文
Hey hackers,<p>I made a CLI to sync your Codex prompts + agent reasoning + file diffs to a shared memory called Codaph (<a href="https:&#x2F;&#x2F;codaph.com" rel="nofollow">https:&#x2F;&#x2F;codaph.com</a>). The goal was to sync agent activity across my team for a much richer understanding of the codebase.<p>Under the hood, it uses Mubit (<a href="https:&#x2F;&#x2F;mubit.ai" rel="nofollow">https:&#x2F;&#x2F;mubit.ai</a>) - memory engine we built based on associative retrieval. Mubit is built on the concepts of hypervectors and clustering (with time based decay for now)<p>Currently, Codaph works with Codex with plans to add other agentic tools soon.<p>Codaph is open source (vibe coded lol).<p>Would love to hear some feedback and if you want to try it Mubit is free (api key is available on <a href="https:&#x2F;&#x2F;console.mubit.ai" rel="nofollow">https:&#x2F;&#x2F;console.mubit.ai</a>)