首页
看点啥
插画图片
首页 看点啥 WorkBuddy 我用两只 AI 搭子搭了个"无人工厂":大吉 + Hermes 双 Agent 协作实战:附 IMA 知识库接入踩坑

WorkBuddy 我用两只 AI 搭子搭了个"无人工厂":大吉 + Hermes 双 Agent 协作实战:附 IMA 知识库接入踩坑

2026-07-13 0

WorkBuddy 我用两只 AI 搭子搭了个"无人工厂":大吉 + Hermes 双 Agent 协作实战,附 IMA 知识库接入踩坑

{"type":"doc","content":[{"type":"paragraph","attrs":{"id":"9e79519a-c324-4390-9eb1-e33271064f5a","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"> 本文约 2000 字,含可复制命令、架构图与真实踩坑记录。适合想用 WorkBuddy 做多 Agent 协作 / 知识库自动化的同学,照着能复现。"}]},{"type":"heading","attrs":{"id":"f03d5380-2ca9-4634-ac8a-fef12edf0f87","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"一、为什么要把一个 Agent 拆成两个?"}]},{"type":"paragraph","attrs":{"id":"c10e5faf-3f23-4d99-b8f8-5aa685099fb6","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"我用 WorkBuddy 一段时间后发现一个瓶颈:**把所有活堆给一个对话,上下文很快被历史拉爆**,长任务做到一半容易忘记最初目标;而且我同时在 Windows(主力)和一台 Ubuntu 机器上干活,两边记忆对不上。"}]},{"type":"paragraph","attrs":{"id":"0b57cad3-a6d0-4bb4-92bc-e87ba2ce624a","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"解决方案:让两个 Agent 分工——"}]},{"type":"paragraph","attrs":{"id":"c5fda0bb-7376-4f23-8d0f-1fe158f27958","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"bold"}],"text":"大吉"},{"type":"text","text":":跑在 Windows 的 WorkBuddy 上,负责写代码、整理文件、对接本地、出交接文件;"}]},{"type":"paragraph","attrs":{"id":"76e44947-7cdc-440d-b5d1-83b46a2b4494","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"bold"}],"text":"Hermes"},{"type":"text","text":":跑在 Ubuntu 上,负责长耗时任务、收口报告、做"群代表"对外汇总。"}]},{"type":"paragraph","attrs":{"id":"21383ad5-e5e4-4ed5-b921-9d4bc0c2396e","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"两者**不依赖实时通信、不建消息队列、不依赖调度器**,只靠一个共享知识库当"信箱",天然解耦。"}]},{"type":"image","attrs":{"id":"2a62c39d-b87a-4d0c-97bc-1d30963e88b0","src":"https://developer.qcloudimg.com/http-save/audit-12608252/6c3d3bd7e17eadf39449c5b79a680809.png","extension":"png","align":"center","alt":"","showAlt":false,"href":"","boxShadow":"","width":1100,"aspectRatio":"1.866667","status":"success","showText":true,"isPercentage":false,"percentage":0,"isHoverDragHandle":false}},{"type":"paragraph","attrs":{"id":"f0c97fa8-8b1d-4547-802f-11d07a9430c1","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"> 图 1:WorkBuddy 双窗口 / 两台机器并排工作图"}]},{"type":"heading","attrs":{"id":"b54373f5-3612-4904-8db4-1e508e095d59","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"二、架构:以 IMA 知识库为单一事实源"}]},{"type":"paragraph","attrs":{"id":"8c3f8c57-c325-45da-b0c4-1d3c890d1ab4","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"关键设计:只用一个**共享文件夹当信箱**。我用的就是 IMA 知识库(腾讯的 AI 知识库),它开放了 OpenAPI,可以让 Agent 读写。"}]},{"type":"paragraph","attrs":{"id":"3bb73a66-6bcc-45d3-9467-85656f543457","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"三权分立的文件夹结构:"}]},{"type":"paragraph","attrs":{"id":"a952ec01-48d0-41fa-95b4-2f4fc5abcf78","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"code"}],"text":"共享/"},{"type":"text","text":":交接文件、收口报告、任务元数据——两个 Agent 我都能看"}]},{"type":"paragraph","attrs":{"id":"9377ae62-4050-4ba2-8b2a-62a7d69161f9","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"code"}],"text":"大吉私域/"},{"type":"text","text":":大吉的草稿、中间产物、记忆——仅大吉"}]},{"type":"paragraph","attrs":{"id":"3f7e0cf2-d051-4df9-925b-4e4530df6764","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"code"}],"text":"Hermes私域/"},{"type":"text","text":":Hermes 的中间产物——仅 Hermes"}]},{"type":"paragraph","attrs":{"id":"4c323483-504d-4524-966a-70c4567547a5","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"code"}],"text":"共享/"},{"type":"text","text":" 下再细分:"},{"type":"text","marks":[{"type":"code"}],"text":"tasks/"},{"type":"text","text":"(清单)、"},{"type":"text","marks":[{"type":"code"}],"text":"handoffs/"},{"type":"text","text":"(交接)、"},{"type":"text","marks":[{"type":"code"}],"text":"reports/"},{"type":"text","text":"(收口)、"},{"type":"text","marks":[{"type":"code"}],"text":"archive/"},{"type":"text","text":"(归档)、"},{"type":"text","marks":[{"type":"code"}],"text":"templates/"},{"type":"text","text":"(模板)。"}]},{"type":"paragraph","attrs":{"id":"e6a62d32-d6b6-458f-ad59-1212e353e836","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"交接文件名规范:"},{"type":"text","marks":[{"type":"code"}],"text":"{任务ID}-{轮次}-{发送方}-{状态}.md"},{"type":"text","text":",例如 "},{"type":"text","marks":[{"type":"code"}],"text":"20260630-A3-01-daji-pending.md"},{"type":"text","text":",**单文件 < 2KB**,强制 YAML 头带任务 ID、轮次、状态、created 时间。"}]},{"type":"image","attrs":{"id":"550b8fc4-e36c-4fe2-b818-0749578d4526","src":"https://developer.qcloudimg.com/http-save/audit-12608252/197aedfaf0b173efa75074079f84bf7a.png","extension":"png","align":"center","alt":"","showAlt":false,"href":"","boxShadow":"","width":489,"aspectRatio":"0.622930","status":"success","showText":true,"isPercentage":false,"percentage":0,"isHoverDragHandle":false}},{"type":"paragraph","attrs":{"id":"e13668d7-68f7-49d1-9fe1-1fa76a66d969","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"> 图 2:IMA 知识库文件夹树"}]},{"type":"paragraph","attrs":{"id":"2f554271-09f7-4013-a258-27eff2ab05fa","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"这套规范的核心好处:**任何一方挂了,另一方可从文件夹恢复上下文,不丢活。**"}]},{"type":"heading","attrs":{"id":"a36e0b4a-8b8d-4818-b1a2-d41683783f68","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"三、IMA OpenAPI 接入:401 鉴权踩坑(重点)"}]},{"type":"paragraph","attrs":{"id":"fe872a7d-a813-43ff-a4af-f3c5387f9a5f","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"第一次让 Hermes 调 IMA OpenAPI,直接 401。排查后根因不是 token 错,而是**传输方式不对**。这里把正确姿势一次讲清(三层齐全):"}]},{"type":"paragraph","attrs":{"id":"118cfe90-1676-4634-9501-89177be4593d","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"① 凭据值"}]},{"type":"paragraph","attrs":{"id":"713db215-a98d-4d1a-a889-2fd3e2aed20f","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"在 IMA 开放平台拿到两个值:"},{"type":"text","marks":[{"type":"code"}],"text":"client_id"},{"type":"text","text":" 和 "},{"type":"text","marks":[{"type":"code"}],"text":"api_key"},{"type":"text","text":"(在知识库设置 → OpenAPI 里生成)。"}]},{"type":"paragraph","attrs":{"id":"34db364e-19a1-4bd0-a202-b90c618ef7f2","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"② 怎么传(头名 位置)"}]},{"type":"paragraph","attrs":{"id":"ae41fb11-e8c2-46f2-994d-90ad8c81bb61","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"不是标准 "},{"type":"text","marks":[{"type":"code"}],"text":"Authorization"},{"type":"text","text":",而是两个**自定义 HTTP 头**:"}]},{"type":"paragraph","attrs":{"id":"23fc7b57-f993-4e33-b908-34ce9fbea22e","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"```"}]},{"type":"paragraph","attrs":{"id":"3f0a4138-deb6-40be-bc90-c9dbcc88921e","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"ima-openapi-clientid: "}]},{"type":"paragraph","attrs":{"id":"3b6f5684-af60-47ed-844c-c4e76324acba","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"ima-openapi-apikey:"}]},{"type":"paragraph","attrs":{"id":"63e19b0b-4520-4b21-886a-abdb0aaaf16d","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"```"}]},{"type":"paragraph","attrs":{"id":"478c6fd1-1228-4b48-8840-268c43fca731","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"再加标准头 "},{"type":"text","marks":[{"type":"code"}],"text":"Content-Type: application/json"},{"type":"text","text":"。"}]},{"type":"paragraph","attrs":{"id":"a7f47ea0-e478-4617-a7a8-fb36c5aaadf1","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"③ 完整示例请求"}]},{"type":"paragraph","attrs":{"id":"f81e9765-849f-4aea-8565-47c2f1c49727","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"```bash"}]},{"type":"paragraph","attrs":{"id":"9b62df97-a4e3-47cf-8190-18cff46ff35a","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"curl -X POST '"},{"type":"text","marks":[{"type":"link","attrs":{"href":"https://ima.tencent.com/wiki/v1/knowledge/search","target":"_blank","rel":"noopener noreferrer nofollow","class":null}}],"text":"https://ima.tencent.com/wiki/v1/knowledge/search"},{"type":"text","text":"' "}]},{"type":"paragraph","attrs":{"id":"19299aaa-58f6-4685-b22c-5962a289b5ed","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"-H 'ima-openapi-clientid: YOUR_CLIENT_ID' "}]},{"type":"paragraph","attrs":{"id":"c75bc15c-a796-48b7-8514-1cfeefa70c7c","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"-H 'ima-openapi-apikey: YOUR_API_KEY' "}]},{"type":"paragraph","attrs":{"id":"85fab6a6-7134-47c7-93d9-b52baed35a45","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"-H 'Content-Type: application/json' "}]},{"type":"paragraph","attrs":{"id":"d9071504-3390-4762-b46f-bbd930c8f2d3","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"-d '{"knowledge_id":"YOUR_KB_ID","query":"双Agent协作协议","top_k":5}'"}]},{"type":"paragraph","attrs":{"id":"04ad666e-d626-4c98-9208-5388b2e2e8f5","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"```"}]},{"type":"paragraph","attrs":{"id":"3138a7ce-2874-4643-950e-f1d00ed93bf8","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"> ⚠️ 路径前缀是 "},{"type":"text","marks":[{"type":"code"}],"text":"/wiki/v1/"},{"type":"text","text":",我早期写成 "},{"type":"text","marks":[{"type":"code"}],"text":"/api/v1/"},{"type":"text","text":" 一直 401;"},{"type":"text","marks":[{"type":"code"}],"text":"Content-Type"},{"type":"text","text":" 必须显式写 "},{"type":"text","marks":[{"type":"code"}],"text":"application/json"},{"type":"text","text":",缺了也会被拒。这两点最坑。"}]},{"type":"paragraph","attrs":{"id":"cde65bf6-661c-41ab-9e01-6b3d3a599e54","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"第二个坑"},{"type":"text","text":":Hermes 能 "},{"type":"text","marks":[{"type":"code"}],"text":"search"},{"type":"text","text":" 搜到文件,但 "},{"type":"text","marks":[{"type":"code"}],"text":"get_media_info"},{"type":"text","text":" 拿到的只是签名 URL,还得再 "},{"type":"text","marks":[{"type":"code"}],"text":"fetch"},{"type":"text","text":" 一次才能读正文——别以为 search 返回里就带内容。"}]},{"type":"heading","attrs":{"id":"ad484ab9-a4c6-472c-b566-2a96867fbd6b","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"四、协作流程怎么跑起来(端到端 6 步)"}]},{"type":"paragraph","attrs":{"id":"8900112f-997f-4254-b6cc-669f17eedc0c","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"1. 我在大吉窗口发命令(任务 ID 目标 约束)"}]},{"type":"paragraph","attrs":{"id":"99294e36-4821-4115-9ba8-17bb2c2d1ec4","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"2. 大吉写交接文件到 "},{"type":"text","marks":[{"type":"code"}],"text":"共享/handoffs/"},{"type":"text","text":",提示"去复制""}]},{"type":"paragraph","attrs":{"id":"183aa4de-b9e4-4174-8f16-f63083289838","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"3. 我把正文复制 → 转发给 Hermes(人工中转,见第五节坑)"}]},{"type":"paragraph","attrs":{"id":"5f4cfa42-0c71-40b6-92b4-a9b0e82aaf8f","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"4. Hermes 读交接 → 干活 → 写收口到 "},{"type":"text","marks":[{"type":"code"}],"text":"共享/reports/"}]},{"type":"paragraph","attrs":{"id":"79d2fc29-df06-420d-8148-a94d3b671d0a","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"5. 我复制收口 → 贴回大吉窗口"}]},{"type":"paragraph","attrs":{"id":"6ce85604-41b4-4dee-9353-7fdbb5291d5f","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"6. 大吉归档到 "},{"type":"text","marks":[{"type":"code"}],"text":"共享/archive/"},{"type":"text","text":" 写工作日志"}]},{"type":"paragraph","attrs":{"id":"011bab94-816a-48fe-b8fc-46473a74433c","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"token 铁律"},{"type":"text","text":":不寒暄、不复述、不解释常识;引用而非转述(贴 URL 一句说明);单次完整任务预算 3000 token。这套纪律让两个 Agent 的上下文都瘦,长任务不跑偏。"}]},{"type":"heading","attrs":{"id":"02e29748-0a7e-4233-9f44-e575bd285e3c","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"五、踩过的坑 & 关键教训"}]},{"type":"paragraph","attrs":{"id":"00ed91b6-2674-4f24-9aa7-9f0bfee23bf6","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"最痛的坑:零手动传输做不到。"},{"type":"text","text":" 理想是 Agent 间自动流转,但平台限制 没有跨机实时通道,目前仍要我这个人在 IMA 里"复制粘贴"中转。所以我现在更倾向**"大吉单干"模式**——能一个 Agent 闭环的就不拆,拆出来的长任务才丢给 Hermes。务实,不为了架构而架构。"}]},{"type":"paragraph","attrs":{"id":"10ab8568-4e3e-44a0-84ad-3663ec806aa0","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"信源真实性执念"},{"type":"text","text":":任何写入报告的数据,按"官方 > 行业 > 集体 > 个人"分级,必须能给可验证链接,否则宁可不写。这条救过我好几次,避免把假消息喂进知识库污染两个 Agent。"}]},{"type":"heading","attrs":{"id":"848d365b-e2f8-46ef-88eb-53bd25769e20","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"六、效果"}]},{"type":"paragraph","attrs":{"id":"24a04be9-01bb-41c4-ab87-4d30f4db8a88","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"bold"}],"text":"日报自动化"},{"type":"text","text":":搜索多渠道 → 结构化 → 归档 IMA,已跑通;"}]},{"type":"paragraph","attrs":{"id":"2f871c8a-e7e7-438a-9db7-6269354d8049","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"bold"}],"text":"记忆共享"},{"type":"text","text":":大吉和 Hermes 读同一份共享记忆,不再各说各话;"}]},{"type":"paragraph","attrs":{"id":"17deacbf-945c-4f46-8557-1371f75226d8","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- "},{"type":"text","marks":[{"type":"bold"}],"text":"跨机协作"},{"type":"text","text":":Windows 写、Ubuntu 跑长任务,互不阻塞。"}]},{"type":"heading","attrs":{"id":"9dba14f2-9b1e-4a75-8c01-109ffad872ee","textAlign":"inherit","indent":0,"level":2,"isHoverDragHandle":false},"content":[{"type":"text","text":"七、想动手?Checklist"}]},{"type":"paragraph","attrs":{"id":"ba5e1a35-d0c6-47a5-bb7a-68f7d218333b","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- [ ]在 IMA 建一个知识库,开 OpenAPI,拿到 "},{"type":"text","marks":[{"type":"code"}],"text":"client_id"},{"type":"text","text":" / "},{"type":"text","marks":[{"type":"code"}],"text":"api_key"}]},{"type":"paragraph","attrs":{"id":"32507ddc-b07c-45fc-9d62-b768cf169bc1","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- [ ]按三权分立建文件夹 子目录"}]},{"type":"paragraph","attrs":{"id":"884e4c88-a5ee-464a-86c2-7679e7a4aca4","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- [ ]先用 curl 把 API 跑通一次(确认 "},{"type":"text","marks":[{"type":"code"}],"text":"/wiki/v1/"},{"type":"text","text":" 路径 两个自定义头)"}]},{"type":"paragraph","attrs":{"id":"67ccad90-bb46-4d64-a778-37f9ee835ca3","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- [ ]定一套交接文件命名规范(YAML 头 单文件 < 2KB)"}]},{"type":"paragraph","attrs":{"id":"51ea0681-bbd6-41af-8982-652c59b50d2d","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- [ ]立 token 铁律,防止上下文膨胀"}]},{"type":"paragraph","attrs":{"id":"df782478-032a-4810-884b-4ad90c5dbc5b","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"- [ ]先"单 Agent 闭环"跑顺,再考虑拆第二个"}]},{"type":"paragraph","attrs":{"id":"7e3458f8-e960-433f-bbd9-3dd4b48d298a","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"---"}]},{"type":"paragraph","attrs":{"id":"34367fa3-68ca-49b2-94f6-e31dbc38b32b","textAlign":"inherit","indent":0,"color":null,"background":null,"isHoverDragHandle":false},"content":[{"type":"text","text":"*原创实操记录,转载请注明。更多 WorkBuddy 玩法可关注社区 WorkBuddy 标签。"}]}]}","createTime":1783476746,"ext":{"closeTextLink":0,"comment_ban":0,"description":"","focusRead":0},"favNum":0,"html":"","isOriginal":0,"likeNum":0,
喜欢(0)

上一篇

Java并发基石深入剖析:AQS实现原理与自定义同步器实战

Java并发基石深入剖析:AQS实现原理与自定义同步器实战

下一篇

阿里云服务器2核4G配置价格解析:可选实例规格 收费标准 活动价格与选型建议

阿里云服务器2核4G配置价格解析:可选实例规格 收费标准 活动价格与选型建议
猜你喜欢