GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge
arxiv.org原文 ↗
GitOfThoughts 的工程做法很直接:agent reasoning tree 存成 Git repo,thought 是 commit,score 是 note,outcome 是 tag,检索用 git log。论文更有价值的部分是负结果:比较 none、markdown、vector、graph、git 五种记忆基底后,发现新问题上没有一种 memory format 能稳定提升准确率。它提出 copyability threshold:检索案例相似度约高于 0.8 时收益骤增,这说明当前“记忆”更像近重复答案恢复,而不是可迁移方法学习。
–浏览
评论 · Comments