每日 Harness 开源 · Source
返回本期 · Back to 2026-06-16

论文 · Papers2026-06-16 · Tuesday, June 16, 2026

GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge

arxiv.org原文 ↗

GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge
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