【开源】港大开源“纳米级OpenClaw”:超轻量AI助手,仅4000行代码复刻OpenClaw核心战力!

【开源】港大开源“纳米级OpenClaw”:超轻量AI助手,仅4000行代码复刻OpenClaw核心战力!div style font size 20px font weight 500 color rgb 207 81 72 line height 1 8 margin bottom 12px text align center span 介绍 span div

大家好,我是讯享网,很高兴认识大家。这里提供最前沿的Ai技术和互联网信息。



 <div style="font-size: 20px;font-weight: 500;color: rgb(207, 81, 72);line-height: 1.8;margin-bottom: 12px;text-align: center;"><span>📝 介绍</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>你是不是也有过这种感觉:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>看别人用 AI 写代码、做总结、安排日程,心里痒痒的。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>自己也想搞一个“专属 AI 小助理”,但一搜 GitHub,全是几万行起步的大项目,光看 README 就头大。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>想改个功能,结果被复杂的架构劝退:“算了,我还是用现成的吧。”</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>如果你符合以上任何一条,那今天要聊的这个项目——<span style="font-weight: bold;">Nanobot</span>,可能会让你眼前一亮。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>它来自香港大学数据智能实验室(HKUDS),核心代码只有<span style="font-weight: bold;">大约 4000 行 Python</span>,却完整实现了个人 AI 助手的核心闭环:能聊天、会查资料、能写代码、能记东西,还能通过命令行或 Telegram/WhatsApp 跟你互动。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>更关键的是,它<span style="font-weight: bold;">两分钟就能部署跑起来</span>,支持 OpenRouter、vLLM 等多种模型,既能当生产力工具,也是一个绝佳的学习范本。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>下面我就按自己的理解,跟你聊聊:</span></div><hr/><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>要讲 Nanobot,就绕不开它的“老大哥”——<span style="font-weight: bold;">OpenClaw / Clawdbot</span>。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>这俩项目你可以理解为“功能超全的 AI 数字员工平台”,能写代码、回邮件、查日历、跑定时任务,甚至多智能体协作。但问题是,它太“重”了:代码量超过<span style="font-weight: bold;">43 万行</span>,功能巨多,架构复杂到很多开发者光是看完文档就要吐血,更别提二次开发了。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>于是,HKUDS 团队就问了一个很朴素的问题:</span></div><blockquote style="font-size: 15px;font-weight: 400;color: rgba(0,0,0,0.55);line-height: 1.8;margin-bottom: 24px;"><p style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>一个能跑起来的 AI 智能体,最核心的东西到底是什么?</span></p></blockquote><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>他们把 OpenClaw 的功能一层层剥开,发现真正不可或缺的是这三大件:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>至于那些花哨的企业级功能、复杂的插件生态,统统砍掉。最后,他们用<span style="font-weight: bold;">约 4000 行 Python 代码</span>重写了这个“最小可用智能体内核”,这就是 Nanobot。</span></div><blockquote style="font-size: 15px;font-weight: 400;color: rgba(0,0,0,0.55);line-height: 1.8;margin-bottom: 24px;"><p style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>用他们自己的话说:</span></p><p style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>智能体的未来,不在代码行数,而在它能否真正融入人的生活。</span></p></blockquote><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>所以,Nanobot 的定位很明确:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-weight: bold;">不是</span>要做一个“大而全”的生产平台。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-weight: bold;">而是</span>做一个“小而美”的个人 AI 助手框架,让普通人也能看懂、改懂、玩得转。</span></div><hr/><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>我体验下来,觉得它最吸引人的地方有四点:<span style="font-weight: bold;">轻、快、强、学</span>。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>Nanobot 的核心代码约 4000 行,是 OpenClaw 的 1% 左右。没有层层嵌套的抽象,核心逻辑一目了然,非常适合想学习 Agent 原理的人通读源码。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>官方号称“两分钟快速部署”,实测也差不多:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>或从源码安装</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>配置好 ~/.nanobot/config.json里的模型 API Key,就能在命令行里跟它聊天了。它启动速度极快,内存占用低,甚至可以在树莓派这类小设备上运行。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>别看它小,该有的能力基本都有:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>Nanobot 的架构非常“教科书”:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>你只要跟着代码走一遍,就能明白一个 Agent 是怎么“想事情、做事情、记事情”的。</span></div><figure style="margin: 10px 0px 20px;box-sizing: border-box;padding: 0px;border: 0px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit;font-weight: 400;font-stretch: inherit;font-size: 18px;line-height: inherit;font-family: -apple-system, BlinkMacSystemFont, &quot;Microsoft YaHei&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, &quot;Noto Sans&quot;, sans-serif;vertical-align: baseline;display: block;color: rgb(68, 68, 68);letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span></span></figure><p style="box-sizing: border-box;margin: 0px 0px 25px;padding: 0px;border: 0px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit;font-weight: 400;font-stretch: inherit;font-size: 18px;line-height: inherit;font-family: -apple-system, BlinkMacSystemFont, &quot;Microsoft YaHei&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, &quot;Noto Sans&quot;, sans-serif;vertical-align: baseline;color: rgb(68, 68, 68);letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span>nanobot 也使用 IM 与大模型交流,支持记忆和 Skills。</span></p><p style="box-sizing: border-box;margin: 0px 0px 25px;padding: 0px;border: 0px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit;font-weight: 400;font-stretch: inherit;font-size: 18px;line-height: inherit;font-family: -apple-system, BlinkMacSystemFont, &quot;Microsoft YaHei&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, &quot;Noto Sans&quot;, sans-serif;vertical-align: baseline;color: rgb(68, 68, 68);letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;"><span>可以实现:</span></p><ul style="box-sizing: border-box;margin: 1.5em 0px 1.571em 1.9em;padding: 0px;border: 0px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit;font-weight: 400;font-stretch: inherit;font-size: 18px;line-height: inherit;font-family: -apple-system, BlinkMacSystemFont, &quot;Microsoft YaHei&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, &quot;Noto Sans&quot;, sans-serif;vertical-align: baseline;list-style: square;color: rgb(68, 68, 68);letter-spacing: normal;orphans: 2;text-align: start;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;background-color: rgb(255, 255, 255);text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;" class="list-paddingleft-1"><li style="box-sizing: border-box;margin: 0px;padding: 0px;border: 0px;font: inherit;vertical-align: baseline;"><div><span>7*24 实时的市场分析</span></div></li><li style="box-sizing: border-box;margin: 0px;padding: 0px;border: 0px;font: inherit;vertical-align: baseline;"><div><span>开发、部署</span></div></li><li style="box-sizing: border-box;margin: 0px;padding: 0px;border: 0px;font: inherit;vertical-align: baseline;"><div><span>定时、自动化</span></div></li></ul><hr/><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>这里选几个典型的项目对比一下:</span></div><div style="font-size:14px;border-collapse:collapse;border-spacing:0px;padding:0px;border:1px solid rgb(224, 224, 224);min-width:212px;"><thead></thead><tbody><tr style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><strong style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><span><span style="font-size: 15px;">Nanobot</span></span></strong></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">~4000 行</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">超轻量个人 AI 助手框架</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">代码少、启动快、易学习、资源占用低</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">功能相对基础,企业级功能少</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">个人开发者、学生、想学习 Agent 原理的人</span></span></p></td></tr><tr style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><strong style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><span><span style="font-size: 15px;">OpenClaw</span></span></strong></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">43万+ 行</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">生产级全功能 AI Agent 平台</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">功能极其丰富、生态成熟</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">代码臃肿、学习曲线陡峭、资源占用高</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">技术团队、企业用户</span></span></p></td></tr><tr style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><strong style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><span><span style="font-size: 15px;">NanoClaw</span></span></strong></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">较少</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">轻量级、高安全 AI 助手</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">安全隔离性强(Apple 容器)、极简配置</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">多平台支持有限、功能覆盖窄</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">隐私敏感用户、macOS 用户</span></span></p></td></tr><tr style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><strong style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;"><span><span style="font-size: 15px;">Agent Studio</span></span></strong></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">中等</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">可视化本地 Agent 工作台</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">提供图形化界面、多 Agent 协作、可视化配置</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">开源生态较弱、部分功能可能不稳定</span></span></p></td><td style="font-size: 14px;border-collapse: collapse;border-spacing: 0px;padding: 0px;border: 1px solid rgb(224, 224, 224);"><p style="font-size: 17px;border-collapse: collapse;border-spacing: 0px;padding: 0px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span><span style="font-size: 15px;">非技术用户、个人本地工作台、小型团队协同</span></span></p></td></tr></tbody></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>简单来说:</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>如果你<span style="font-weight: bold;">想真正搞懂 AI 智能体是怎么工作的</span>,Nanobot 是目前最友好的入口之一。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>如果你<span style="font-weight: bold;">只是想找个现成的工具用</span>,那可能 OpenClaw 或其他商业产品更合适。</span></div><hr/><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>你会发现,原来 AI 智能体并没有那么神秘,它本质上就是一个“会思考、会行动的循环”,而 Nanobot 把这个循环用最朴素的方式展现了出来。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>如果你也想拥有一个“完全属于自己”的 AI 助手,又不想被几万行代码劝退,不妨从 Nanobot 开始。</span></div><div style="font-size: 17px;font-weight: 400;color: rgba(0,0,0,0.9);line-height: 1.8;margin-bottom: 24px;"><span>毕竟,代码可以少一点,但想象力,永远可以多一点。</span></div><div style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;font-family: &quot;PingFang SC&quot;, system-ui, -apple-system, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif;font-size: 17px;font-style: normal;font-variant-ligatures: normal;font-variant-caps: normal;font-weight: 400;letter-spacing: 0.544px;orphans: 2;text-indent: 0px;text-transform: none;white-space: normal;widows: 2;word-spacing: 0px;-webkit-text-stroke-width: 0px;text-decoration-thickness: initial;text-decoration-style: initial;text-decoration-color: initial;background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);text-align: center;line-height: 1.8;"><div style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0px 0px 24px;padding: 0px;outline: 0px;max-width: 100%;box-sizing: border-box !important;overflow-wrap: break-word !important;text-align: center;font-size: 17px;font-weight: 400;color: rgba(0, 0, 0, 0.9);line-height: 1.8;"></div></div><p style="display: none;"></p> 
小讯
上一篇 2026-03-12 11:34
下一篇 2026-03-12 11:36

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/214151.html