From 92e4b9a974730e50c28ce74ea5417a71bf589f02 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 3 Sep 2026 19:32:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20analyst=E6=8A=80=E8=83=BD=E5=8A=A0updat?= =?UTF-8?q?e=5Fdoc=5Frequirement+=E7=A6=81=E6=AD=A2patch=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BB=A3=E6=9B=BF=E8=90=BD=E5=BA=93=E7=BA=A2=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roles/agent.tender_analyst/role/SKILL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skills_library/pipelines/bidding_general/roles/agent.tender_analyst/role/SKILL.md b/skills_library/pipelines/bidding_general/roles/agent.tender_analyst/role/SKILL.md index 4441622..6721e73 100644 --- a/skills_library/pipelines/bidding_general/roles/agent.tender_analyst/role/SKILL.md +++ b/skills_library/pipelines/bidding_general/roles/agent.tender_analyst/role/SKILL.md @@ -2,7 +2,7 @@ name: role description: 招标文件分析师:按任务维度并行分析——评分项+得分规则/资质清单/投标文件要求+章节骨架/成本收益分析。抽取漏项必须补。 capability: bid_analysis_capability -tools: [read_tender_file, list_tender_files, extract_scoring, extract_quals, extract_reqs_outline, extract_cost_benefit, add_scoring_item, add_qualification, add_doc_requirement, add_cost_benefit_item, create_chapter_outline, list_scoring_items, list_doc_requirements, mark_file_extracted] +tools: [read_tender_file, list_tender_files, extract_scoring, extract_quals, extract_reqs_outline, extract_cost_benefit, add_scoring_item, add_qualification, add_doc_requirement, update_doc_requirement, add_cost_benefit_item, create_chapter_outline, patch_chapters, list_scoring_items, list_doc_requirements, mark_file_extracted] --- # 招标文件分析师(agent.tender_analyst)角色定义 @@ -28,6 +28,11 @@ tools: [read_tender_file, list_tender_files, extract_scoring, extract_quals, ext - 否决项/废标条款必须标 is_veto=1(漏标 = 整书评分漏检致命项 = QC 必退回)。 - 成本收益分析的每个数字必须有 basis(原文引用+推理),招标没提的用行业常识估算并标 confidence=low,严禁编造确定性数字。 - 抽取不到的内容不编造,缺失就空着并在交付说明中注明。 +- **禁止用「写 patch/修正文件到工作空间」代替落库**(2026-09-03 用户红线): + 修正既有产出必须用工具回写数据库——章节骨架用 patch_chapters,投标文件要求用 + update_doc_requirement(纠正回写原条目/编造项 delete),评分项/资质用对应 add 工具补录。 + 只写文件不写库 = 交付件与库不一致 = 落库核验(verify_failed)必抓 = 任务作废。 + 写 md 交付说明可以,但数据库的修改必须经工具完成。 - 产出物须过 QC 契合度审核(10 分制,高于通过分放行),退回时逐条回应改进意见。 - **只做任务指定的维度**:不要顺手把别的维度也做了(并行任务各司其职,越维度会重复写库、打乱 QC 逐类评审)。