<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署]]></title><description><![CDATA[<h1>我给本地AI装了个「后台班主任」：16G显卡就能跑，越用越聪明，还不会偷偷改我文件</h1>
<p dir="auto">你有没有过用本地AI写代码写到崩溃的时刻？</p>
<ul>
<li>
<p dir="auto">现在的AI软件吹得天花乱坠的「AI自进化」全是噱头：要么要充钱用云端API，要么就是个作文润色器，教过的东西转头就丢，根本不会自己长记性。</p>
</li>
<li>
<p dir="auto">写了俩小时代码，上下文一压缩它突然抬头问你：「我们现在要做什么来着？」之前改了一半的文件、踩过的坑全清零，得从头给它讲进度；</p>
</li>
<li>
<p dir="auto">花半小时教它「改代码前先备份」「别乱改我的项目配置」「HMAC错了先看nonce」，新会话一开全忘光，该踩的坑一个不落；</p>
</li>
<li>
<p dir="auto">为了防它乱改文件装了代码门禁，结果自己改个脚本被自己的锁卡半小时：改一行等3秒审查、令牌过期重来、HMAC不匹配重来，像锁匠换锁把自己锁在门外；</p>
</li>
</ul>
<p dir="auto"><strong>点我查看技术细节可直接丢给Hermes使用</strong>:        <a href="https://upload.lcz.me/uploads/028efa66-56d6-4e73-b084-1516e36c57c8.md" rel="nofollow ugc">Hermes自进化框架_部署指南.md</a></p>
<p dir="auto">我使用Hermes大概2个月踩了无数坑，照着Google/UIUC/MIT最新的SkillOS自进化论文思路，做了个普通人16G显卡就能跑的「自进化Agent框架」——没有花里胡哨的概念，就是给你的AI配了三个专岗专人的后勤，彻底解决上面这些破事。</p>
<p dir="auto">论文出处感兴趣的可以去看一下：SkillOS: Learning Skill Curation for Self-Evolving Agents arXiv:2605.06614, 2026 年 5 月 Google Cloud AI + UIUC + MIT <a href="https://arxiv.org/abs/2605.06614" rel="nofollow ugc">https://arxiv.org/abs/2605.06614</a></p>
<hr />
<h2>它到底给AI加了啥？说人话版</h2>
<p dir="auto">没有改Hermes一行核心代码，全是插件+定时脚本，装上就能用，本质就是把以前AI一个人干三个人活的烂摊子拆了：以前AI既要写代码干活、又要记笔记总结、还要自己管纪律，当然干不好；现在三个岗专人专干，互不干扰。</p>
<h3><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6e1.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--shield" style="height:23px;width:auto;vertical-align:middle" title="🛡" alt="🛡" />️ 第一个岗：不轴的保安大爷（带临时通道的代码门禁）</h3>
<p dir="auto">以前的门禁是死脑筋：不管是你自己改安全脚本，还是AI想偷偷改文件，一律要查三遍身份证，改一行代码走三遍流程，半小时活25分钟在给门禁开证明。<br />
现在给保安加了个<strong>15分钟临时通行证（Break-Glass维护模式）</strong>：</p>
<ul>
<li>你自己要改curator、门禁脚本这些核心安全文件的时候，输一行命令开个临时通道，白名单里的6个核心文件暂时免审查，改完自动锁门，最长30分钟自动过期，根本留不下后门；</li>
<li>普通业务代码、AI想乱改的文件，还是该怎么查怎么查，HMAC指纹锁照样防伪造，AI想自己写假审查结果根本不可能；</li>
<li>所有临时通道的操作全记日志，谁什么时候开的、改了什么，查得一清二楚，连maintenance.py自己都不在白名单里，想开永久后门？门都没有。<br />
<strong>效果</strong>：改自己的安全脚本从半小时缩短到3分钟，既防住了AI乱改东西，又不会把你自己锁在外面。</li>
</ul>
<h3><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4dd.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--memo" style="height:23px;width:auto;vertical-align:middle" title="📝" alt="📝" /> 第二个岗：半夜偷偷加班的学习委员（独立策展器）</h3>
<p dir="auto">以前AI学东西全靠缘分：写代码的时候想起来就记，写嗨了就忘，同一个坑踩十次下次还踩。<br />
现在学习委员是个完全独立的后台进程，白天你用AI干活它根本不出来打扰，等你半夜睡觉了，它自动把模型切到Gemma4-12B，花几分钟把你一天的对话、改的文件、踩的坑、甚至门禁的拦截记录全翻一遍：</p>
<ul>
<li>同一个错误踩两次（比如三次遇到HMAC不匹配、两次遇到钩子不触发），它就自动写成标准技能，过了审查下次AI直接用，再也不犯；</li>
<li>不光记错误：你第一次试了两次就解决的问题（比如怎么给Hermes打补丁、怎么启动模型），它也会把步骤整理成标准流程，下次遇到直接用，不用瞎试；</li>
<li>绝对不瞎改规则：新发现的坑必须跨两个会话都验证过，才会正式记成技能，不会一次出错就乱加规则搞崩环境。<br />
<strong>最爽的是</strong>：全用你本地的模型跑，不花一分钱API钱，16G显卡刚好够——白天Qwable 9B常驻做代码审查，半夜自动切Gemma搞总结，跑完自动切回来，根本不耽误你白天用。现在它已经自动学会第一个技能了，跑了三天没出过错。</li>
</ul>
<h3><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4cb.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--clipboard" style="height:23px;width:auto;vertical-align:middle" title="📋" alt="📋" /> 第三个岗：记作业的课代表（跨会话状态追踪）</h3>
<p dir="auto">以前上下文一压缩AI就失忆，本质是它没有个固定的小本本记进度。<br />
现在你每改一个文件、每完成一步操作，课代表都会自动在项目目录的小本本上记下来：</p>
<ul>
<li>现在在做什么事、改了哪几个文件、哪个文件改了一半没写完、下一步要干嘛；</li>
<li>新会话一打开，AI先看这个小本本，不用你重复说进度，上来就接着上次的地方干，再也不会问你「我们刚才在做什么」。<br />
记一笔的时间不到10毫秒，你根本感觉不到它在运行，但是再也不用给AI重复讲进度了。</li>
</ul>
<hr />
<h2>和官方自带的「自进化」比，强在哪？</h2>
<p dir="auto">Hermes官方也有个自进化包叫GEPA，说白了就是个<strong>作文润色器</strong>：你已经写好的规则，它帮你改改语句通不通顺，根本不会自己找新问题、记新坑。<br />
我们这个是真的「学习委员」：</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>功能</th>
<th>官方自进化</th>
<th>我们的框架</th>
</tr>
</thead>
<tbody>
<tr>
<td>发现新技能</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/274c.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--x" style="height:23px;width:auto;vertical-align:middle" title="❌" alt="❌" /> 只会润色已有规则</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 自动翻一天的对话找坑、找好用的流程</td>
</tr>
<tr>
<td>技能验证</td>
<td>一次过就改</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 同一个坑跨两次会话验证才记，不瞎改</td>
</tr>
<tr>
<td>数据源</td>
<td>只看已有技能</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 对话记录+改文件记录+门禁日志全看</td>
</tr>
<tr>
<td>运行方式</td>
<td>和AI抢资源</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 独立后台进程，半夜跑不打扰你干活</td>
</tr>
<tr>
<td>成本</td>
<td>依赖云端API</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 全本地模型，16G显卡就够，零成本</td>
</tr>
<tr>
<td>安全</td>
<td>无保护</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 所有自动改的内容过门禁审查，还有10个备份自动恢复</td>
</tr>
<tr>
<td>记进度</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/274c.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--x" style="height:23px;width:auto;vertical-align:middle" title="❌" alt="❌" /> 压缩就失忆</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 自动记作业，新会话直接接着干</td>
</tr>
</tbody>
</table>
<p dir="auto">等后续路径污染的小问题修好了，还能把官方GEPA接进来当「作文润色器」：学习委员找出来的新技能，让GEPA把语句改得更通顺，俩配合着来，效果更好。</p>
<hr />
<h2>新手最关心的问题：我能用吗？</h2>
<p dir="auto"><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>零门槛</strong>：不用改Hermes源码，全是插件和脚本，照着步骤复制命令就能装；<br />
<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>不挑硬件</strong>：16G显存（3080/4070/5070Ti这个级别的卡）就能跑，不用24G大显存，不用买云端算力；<br />
<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>Windows优先</strong>：路径自动适配Windows的AppData目录，不用折腾Linux命令，普通用户也能装；<br />
<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>不瞎搞</strong>：所有自动修改的内容都过门禁审查，还有10个核心文件的自动备份，升级搞崩了cron会自动恢复，根本不会把你环境搞坏；<br />
<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=138704eccfe" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> <strong>不吹牛逼</strong>：明明白白告诉你什么拦不住——比如base64混淆的恶意代码、你自己手动鼠标点的操作，这些拦就是拦不住，不吹100%安全。</p>
<hr />
<h2>最后说句实在的</h2>
<p dir="auto">以前的本地AI更像个用完即弃的工具人：每次用都要从头教、擦屁股，教多少忘多少，永远像个刚入职的实习生。<br />
装完这个框架之后，它是真的会慢慢记住你的习惯、踩过的坑、常用的流程，你用得越久它越顺手，真的像个能一起干活的搭档——而不是每次都要从头教的傻子。<br />
毕竟AI真正的自进化，从来不是靠吹出来的大模型参数，而是真的能把你踩过的坑、摸出来的经验，一点一点记下来，下次不再犯。</p>
]]></description><link>https://lcz.me/topic/959/hermes-自进化-agent-框架-根据论文skillos已经实战部署</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 14:53:04 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/959.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Jul 2026 03:58:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Fri, 07 Aug 2026 17:18:31 GMT]]></title><description><![CDATA[<p dir="auto">Mark   感谢</p>
]]></description><link>https://lcz.me/post/11702</link><guid isPermaLink="true">https://lcz.me/post/11702</guid><dc:creator><![CDATA[杨波]]></dc:creator><pubDate>Fri, 07 Aug 2026 17:18:31 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Mon, 03 Aug 2026 08:28:34 GMT]]></title><description><![CDATA[<p dir="auto">好的好的谢谢楼主</p>
]]></description><link>https://lcz.me/post/11307</link><guid isPermaLink="true">https://lcz.me/post/11307</guid><dc:creator><![CDATA[znx]]></dc:creator><pubDate>Mon, 03 Aug 2026 08:28:34 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Fri, 31 Jul 2026 11:51:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/znx" aria-label="Profile: znx">@<bdi>znx</bdi></a> 你等我在测两三天门禁系统和自进化框架。这些脚本和插件不是门禁系统自带的，是我自己写的一套增强组件。部署门禁（code-review-gate）只是基础，<a href="http://curator.py" rel="nofollow ugc">curator.py</a>、<a href="http://watchdog.py" rel="nofollow ugc">watchdog.py</a> 这些是我的自定义脚本，我给你提供一下我自己写的增强组件<a href="https://upload.lcz.me/uploads/8ece5d4f-6c74-4399-b9a4-6c594f9d7347.zip" rel="nofollow ugc">Hermes门禁增强组件.zip</a></p>
<p dir="auto">如果你只部署了 Hermes 自带的门禁，是看不到这些文件的。压缩文件里面有MD文件安装说明，直接丢给你的Hermes按着MD文件安装就行了</p>
]]></description><link>https://lcz.me/post/11104</link><guid isPermaLink="true">https://lcz.me/post/11104</guid><dc:creator><![CDATA[G Yang]]></dc:creator><pubDate>Fri, 31 Jul 2026 11:51:43 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Fri, 31 Jul 2026 11:42:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/znx" aria-label="Profile: znx">@<bdi>znx</bdi></a></p>
<blockquote>
<p dir="auto">这些是给 Hermes Agent（Nous Research 的 AI 代理框架）做增强的组件：</p>
<p dir="auto"><strong>plugins/（插件，挂在 Hermes 的钩子系统上）：</strong></p>
<ul>
<li><code>code-review-gate</code> — 代码审查门禁：每次用 write_file/patch 写代码时自动拦下，跑本地模型审查，通过才放行</li>
<li><code>iron-law-enforcer</code> — 安全铁律：拦截危险命令（rm -rf、fork 炸弹等）和终端直接写文件的绕路行为（重定向、here-doc、PowerShell）</li>
<li><code>auto-checkpoint</code> — 改代码前自动保存检查点，改崩了能回滚</li>
</ul>
<p dir="auto"><strong>scripts/（独立脚本，供 cron 定时任务调用）：</strong></p>
<ul>
<li><code>curator.py</code> — 策展器：定期分析历史会话，把重复犯的错误提取成技能，让 AI 自我进化</li>
<li><code>model_switcher.py</code> — 模型管理：按任务切换本地/云端模型</li>
<li><code>watchdog.py</code> — 兜底守护：每 30 秒扫描未审查的文件</li>
</ul>
<p dir="auto">都是自用增强，配合 Hermes 的门禁体系用的。</p>
</blockquote>
]]></description><link>https://lcz.me/post/11103</link><guid isPermaLink="true">https://lcz.me/post/11103</guid><dc:creator><![CDATA[G Yang]]></dc:creator><pubDate>Fri, 31 Jul 2026 11:42:54 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Thu, 30 Jul 2026 16:07:17 GMT]]></title><description><![CDATA[<p dir="auto">我部署了门禁系统但是门禁系统里面也没有上面提到的脚本和plugin</p>
]]></description><link>https://lcz.me/post/10993</link><guid isPermaLink="true">https://lcz.me/post/10993</guid><dc:creator><![CDATA[znx]]></dc:creator><pubDate>Thu, 30 Jul 2026 16:07:17 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Thu, 30 Jul 2026 15:17:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/znx" aria-label="Profile: znx">@<bdi>znx</bdi></a> 你要配合我的门禁系统使用</p>
]]></description><link>https://lcz.me/post/10990</link><guid isPermaLink="true">https://lcz.me/post/10990</guid><dc:creator><![CDATA[G Yang]]></dc:creator><pubDate>Thu, 30 Jul 2026 15:17:38 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Thu, 30 Jul 2026 08:52:27 GMT]]></title><description><![CDATA[<p dir="auto">大佬你好 我没看到您的脚本在哪里<br />
scripts/ → <a href="http://curator.py" rel="nofollow ugc">curator.py</a>、model_switcher.py、<a href="http://watchdog.py" rel="nofollow ugc">watchdog.py</a><br />
plugins/ → auto-checkpoint、iron-law-enforcer、code-review-gate</p>
<p dir="auto">这些在什么位置？</p>
]]></description><link>https://lcz.me/post/10958</link><guid isPermaLink="true">https://lcz.me/post/10958</guid><dc:creator><![CDATA[znx]]></dc:creator><pubDate>Thu, 30 Jul 2026 08:52:27 GMT</pubDate></item><item><title><![CDATA[Reply to Hermes 自进化 Agent 框架-根据论文SkillOS已经实战部署 on Wed, 29 Jul 2026 04:56:16 GMT]]></title><description><![CDATA[<p dir="auto">感谢大佬分享！顶！</p>
]]></description><link>https://lcz.me/post/10881</link><guid isPermaLink="true">https://lcz.me/post/10881</guid><dc:creator><![CDATA[Junjie Heng]]></dc:creator><pubDate>Wed, 29 Jul 2026 04:56:16 GMT</pubDate></item></channel></rss>