<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lobster on Bruce AI 工程笔记</title><link>http://www.heyuan110.com/zh/tags/lobster/</link><description>Recent content in Lobster on Bruce AI 工程笔记</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Thu, 02 Apr 2026 14:00:00 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/zh/tags/lobster/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenClaw 多 Agent 配置实战：别让 LLM 做编排</title><link>http://www.heyuan110.com/zh/posts/ai/2026-04-02-openclaw-multi-agent-setup-guide/</link><pubDate>Thu, 02 Apr 2026 14:00:00 +0800</pubDate><guid>http://www.heyuan110.com/zh/posts/ai/2026-04-02-openclaw-multi-agent-setup-guide/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/ai/2026-04-02-openclaw-multi-agent-setup-guide/cover.webp"
 alt="OpenClaw 多 Agent 配置实战指南：binding 路由、Lobster 流水线与协作模式"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="630"
/&gt;
&lt;/p&gt;
&lt;p&gt;你的 OpenClaw 多 Agent 系统最大的敌人，不是配置写错了，是&lt;strong&gt;让 LLM 做编排&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;我见过太多人的多 Agent 配置是这样的：一个 Supervisor Agent 接收所有消息，用 &lt;code&gt;sessions_send&lt;/code&gt; 调用各个专家 Agent，专家做完回传，Supervisor 汇总。看起来很优雅，对吧？但实际跑起来，Supervisor 每次路由决策都是一次完整的 API 调用，专家回传又是一次，一个简单的&amp;quot;帮我写篇文章&amp;quot;可能触发 6-8 次 API 请求。更糟的是，如果防递归规则没配好，Agent 之间循环委派，&lt;a href="https://cogentinfo.com/resources/when-ai-agents-collide-multi-agent-orchestration-failure-playbook-for-2026"&gt;Cogent 的报告&lt;/a&gt;记录过有团队&lt;strong&gt;几分钟内烧掉数千美元&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;正确的起步姿势是：&lt;strong&gt;bindings 做静态路由 + Lobster 做确定性流水线&lt;/strong&gt;，只在真正需要 LLM 动态判断时才用 &lt;code&gt;sessions_send&lt;/code&gt;。这篇文章手把手带你完成整套配置。&lt;/p&gt;
&lt;p&gt;如果你还没装过 OpenClaw，先看 &lt;a href="http://www.heyuan110.com/zh/posts/ai/2026-03-05-openclaw-setup-guide/"&gt;OpenClaw 安装配置指南&lt;/a&gt;。&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="为什么要多-agent单-agent-的三个天花板"&gt;为什么要多 Agent：单 Agent 的三个天花板&lt;a href="#%e4%b8%ba%e4%bb%80%e4%b9%88%e8%a6%81%e5%a4%9a-agent%e5%8d%95-agent-%e7%9a%84%e4%b8%89%e4%b8%aa%e5%a4%a9%e8%8a%b1%e6%9d%bf" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
 stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
 &lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;一个 Agent 跑了两周以上，三个问题一定会冒出来——不是模型变笨了，是架构扛不住。&lt;/p&gt;</description></item></channel></rss>