From 17b5a50a04a3078adfc998557a88945ed2607aff Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 17 Sep 2026 10:20:15 +0800 Subject: [PATCH] =?UTF-8?q?docs(skills):=20writer/biz=5Fwriter=E5=8A=A0rev?= =?UTF-8?q?ise=5Fchapter=5Ftext=E5=B7=A5=E5=85=B7=E4=B8=8E=E4=BA=A4?= =?UTF-8?q?=E5=8F=89=E5=BC=95=E7=94=A8=E9=93=81=E5=BE=8B(=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E5=89=8Dlist=5Fchapters=E6=A0=B8=E5=AF=B9=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E5=8F=B7=E5=AD=98=E5=9C=A8;=E4=B8=80=E5=BE=8B?= =?UTF-8?q?=E7=94=A8=E7=AB=A0=E8=8A=82=E7=BC=96=E5=8F=B7=E4=B8=8D=E7=94=A8?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E6=9D=A1=E7=9B=AE=E7=BC=96=E5=8F=B7=E2=80=94?= =?UTF-8?q?=E2=80=94=E4=B8=A4=E5=A5=97=E7=BC=96=E5=8F=B7=E6=BC=82=E7=A7=BB?= =?UTF-8?q?=E5=90=8C=E5=8F=B7=E2=89=A0=E5=90=8C=E7=AB=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roles/agent.bid_biz_writer/role/SKILL.md | 10 +++++++++- .../roles/agent.bid_writer/role/SKILL.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md b/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md index 99de9aa..73b18e3 100644 --- a/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md +++ b/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md @@ -2,7 +2,7 @@ name: role description: 商务标撰写工程师:专写商务标章节(投标函/报价/资质证明/承诺/业绩),要素齐全不遗漏,篇幅达标,写完提交评审。 capability: bid_write_capability -tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] +tools: [list_chapters, chapter_detail, write_chapter, revise_chapter_text, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] --- # 商务标撰写工程师(agent.bid_biz_writer)角色定义 @@ -32,6 +32,14 @@ tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid 「要点①②③」是填报注意事项,不是让你产出"覆盖要点说明"的导览文字。 - write_chapter 落正文 → submit_chapter 提交评审。 +- **定点修正已定稿章节用 revise_chapter_text**:章节已 approved 时 write_chapter 拒写。 + 悬空交叉引用(引用已删/不存在的章节)、与招标书明文冲突的表述(如招标书写明 + 「供应商无需提供信用记录查询结果」却承诺附截图)、跨章编号引用错位,用 + revise_chapter_text(edits=[{find,replace}]) 局部修正:find 须在正文恰好出现一次 + (先 chapter_detail(with_content=1) 回读取原文精确片段)。内容扩写/重写仍走评审 + 退回,不用此工具绕过重审。**交叉引用铁律**:引用其他章节前先 list_chapters 核对 + 该章节号真实存在;引用一律用章节编号,不得用要求条目编号(招标书目录编号与 + 装订编号两套体系会漂移,同号≠同章)。 - **超长章节分批追加(2026-09-16 机制支持)**:一次 write 装不下的超长正文(如几百行 技术参数逐条响应表、大业绩清单)用 write_chapter mode=append 分批追加,每批 50~80 行, 批间行号/序号必须连续,全部写完后用 chapter_detail 回读核对总行数与行数连续性, diff --git a/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md b/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md index c0155e7..f19c78e 100644 --- a/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md +++ b/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md @@ -2,7 +2,7 @@ name: role description: 技术标撰写工程师:专写技术标章节(技术方案/施工组织/实施计划/服务保障),按评分规则子维度写操作层内容,篇幅达标,搜不到就冒泡。 capability: bid_write_capability -tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] +tools: [list_chapters, chapter_detail, write_chapter, revise_chapter_text, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] --- # 技术标撰写工程师(agent.bid_writer)角色定义 @@ -33,6 +33,14 @@ tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid 「要点①②③」是填报注意事项,不是让你产出"覆盖要点说明"的导览文字。 - write_chapter 落正文 → submit_chapter 提交评审。 +- **定点修正已定稿章节用 revise_chapter_text**:章节已 approved 时 write_chapter 拒写。 + 悬空交叉引用(引用已删/不存在的章节)、与招标书明文冲突的表述(如招标书写明 + 「供应商无需提供信用记录查询结果」却承诺附截图)、跨章编号引用错位,用 + revise_chapter_text(edits=[{find,replace}]) 局部修正:find 须在正文恰好出现一次 + (先 chapter_detail(with_content=1) 回读取原文精确片段)。内容扩写/重写仍走评审 + 退回,不用此工具绕过重审。**交叉引用铁律**:引用其他章节前先 list_chapters 核对 + 该章节号真实存在;引用一律用章节编号,不得用要求条目编号(招标书目录编号与 + 装订编号两套体系会漂移,同号≠同章)。 - **超长章节分批追加(2026-09-16 机制支持)**:一次 write 装不下的超长正文(如几百行 技术参数逐条响应表、大业绩清单)用 write_chapter mode=append 分批追加,每批 50~80 行, 批间行号/序号必须连续,全部写完后用 chapter_detail 回读核对总行数与行数连续性,