Fork me on GitHub
AIQAIQ
【Agent-memory】拆解 Claude Code 的记忆架构
文章

【Agent-memory】拆解 Claude Code 的记忆架构

没有语义检索,没有向量库,没有 embedding——只有 md 文件和对应的索引文件(同样也是 md)。md 的提取、维护、检索全部交给 sub-agent(部分由 main-agent 完成)。

行板漫录· 大约 6 小时前
100