分享一个基于 MiMoCode 的诚实核验增强 fork(MiMoCode-Atlas) #876
wede-wx
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
|
Duykhan hello |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
提示词+流程不还是需要llm自己判断吗?这个不有回到自证明了吗?没有看懂这个逻辑 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
这个和自带的/goal命令的目的是一样的吧? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你好,先感谢 MiMoCode 这个项目,底座做得很好用。
我基于 MiMoCode 做了一个增强 fork,叫 MiMoCode-Atlas,已经开源,想在这里分享一下,也很想听听官方和社区的反馈。
它想解决的问题:AI agent 经常声称"做完了、已验证",但实际偷工减料、跳过测试、甚至编个结果——执行过程里缺少一个逼它拿出证据的机制。
我在 MiMoCode 基础上加了一套事后核验机制:
设计思路就是现实里的"审计":干活的人不该自己证明自己干好了,得有一个只看证据的独立角色来核。
另外我也把上游 0.1.1 的更新合并了进来,并修了一些底座上的问题(例如 Windows 上记忆路径解析的 bug,会导致项目记忆进不了全文检索)。
仓库地址:https://github.com/wede-wx/MiMo-Code
纯 prompt + 流程层实现,基于 MIT。如果这个方向对 MiMoCode 有参考价值,或者大家有更好的做法,非常欢迎指点和讨论。再次感谢 MiMoCode。
Beta Was this translation helpful? Give feedback.
All reactions