teamai-cli 0.17.3 → 0.17.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +86 -488
- package/README.zh-CN.md +89 -491
- package/agents/teamai-recall.md +1 -0
- package/dist/index.js +2659 -977
- package/package.json +1 -1
package/agents/teamai-recall.md
CHANGED
|
@@ -135,6 +135,7 @@ Return your output in **this exact format** to the main conversation:
|
|
|
135
135
|
- The trailing HTML comment **must** list every doc_id you returned —
|
|
136
136
|
later phases (Phase 3 Stop hook) will parse this from the conversation
|
|
137
137
|
transcript.
|
|
138
|
+
- **不要自己输出带内容的 `teamai:referenced-doc-ids` 标记** —— 那是主对话的职责。你只需在返回末尾另起一行提示主对话:`👉 主对话:完成任务后请在最终回复末尾声明实际引用的 doc-id(从上面 recalled-doc-ids 列表中挑出真正用到的),方括号内只填用到的、没用到就留空。` 这样主对话是"剪枝"而非"凭记忆重建",能显著提高声明率。
|
|
138
139
|
|
|
139
140
|
## Hard rules
|
|
140
141
|
|