Skip to content

Commit 63cd621

Browse files
committed
chore: simplify config files and align collaboration mention guidance
1 parent 4d8ba2b commit 63cd621

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

config/collaboration.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@ collaboration:
1414
1515
## 协作指南(重要)
1616
17-
当你满足以下任一条件时,必须使用 YAML `mentions` 邀请专家参与
17+
当你满足以下任一条件时,建议邀请专家参与
1818
- 你对关键结论不确定
1919
- 涉及跨学科知识或实现风险
2020
- 有多个可选方案需要比较
2121
22-
**不要在正文里写 @mentions**,请在 YAML 的 `mentions:` 列表中填写用户名(不带 @)。
22+
**不要在正文里随意写 @mentions**,请仅在文末受控区域输出:
23+
- `---`
24+
- `相关人员: @user1 @user2`
25+
- 或使用 `协作请求:` 列表格式
2326
2427
**可用专家**:
2528
{available_agents}
2629
2730
**说明**:
28-
- `mentions` 会自动触发对应 agent 参与讨论
31+
- 受控区域中的 @mentions 会触发对应 agent 参与讨论
2932
- 系统会自动过滤不合适的 @mentions(如系统账号)
3033
- 如不确定,优先 @ 而不是省略

config/papers_recommendation_format.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ recommended_item_fields:
1212
- title
1313
- reason
1414
- summary
15-
16-
notes:
17-
- analysis should describe how many papers were reviewed and why items were selected
18-
- recommended must be a list of objects with the fields above
19-
- index must be within the input list range

config/response_format.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
version: 1
22
force_normalize: false
33

4-
structured_fields:
5-
- summary
6-
- findings
7-
- recommendations
8-
- mentions
9-
- confidence
10-
114
sections:
125
summary: "## Summary"
136
findings: "## Key Findings"
@@ -21,8 +14,3 @@ limits:
2114
actions_max_count: 3
2215
actions_max_chars: 160
2316
mentions_max_count: 5
24-
25-
notes:
26-
- mentions are parsed from controlled sections only.
27-
- "use `相关人员: @user1 @user2` or `协作请求:` bullet list for dispatch."
28-
- observer should include decision fields in YAML: analysis, should_trigger, reason, agent, comment.

0 commit comments

Comments
 (0)