@optima-chat/optima-agent 0.9.53 → 0.9.55
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.
|
@@ -90,18 +90,13 @@ description: "基于 IPD 方法论的产品研究全生命周期工具。在 ~/k
|
|
|
90
90
|
数据采集完成后,必须将缓存文件 ingest 到 KB 才能进入分析。步骤:
|
|
91
91
|
|
|
92
92
|
1. `cp ~/.scout/cache/{project}/*.json ~/kb/product-research/raw/`
|
|
93
|
-
2.
|
|
94
|
-
3.
|
|
95
|
-
|
|
96
|
-
- 在 `wiki/sources/` 创建对应的来源摘要页(命名:`YYYY-MM-DD-<命令>-<参数>.md`)
|
|
97
|
-
- 根据 AGENTS.md 的"数据来源类型"表,创建/更新相关的 entity 和 overview 页面
|
|
98
|
-
4. 更新 `index.md`(添加新页面引用)和 `log.md`(记录本次 ingest)
|
|
99
|
-
5. `cd ~/kb/product-research && git add -A && git commit -m "[product-research] ingest: <简述>"`
|
|
100
|
-
6. 运行 `ls ~/kb/product-research/raw/` 和 `ls ~/kb/product-research/wiki/sources/` 确认文件已生成
|
|
93
|
+
2. 执行 `Skill("ingesting-sources")` 加载收录技能,对每个 raw/ 文件执行收录流程(创建 source 页 + 输出受影响页面清单)
|
|
94
|
+
3. 执行 `Skill("updating-related-pages")` 加载更新技能,根据清单更新 entity/overview 页面
|
|
95
|
+
4. 运行 `ls ~/kb/product-research/raw/` 和 `ls ~/kb/product-research/wiki/sources/` 确认文件已生成
|
|
101
96
|
|
|
102
97
|
### 分析数据来源
|
|
103
98
|
|
|
104
|
-
|
|
99
|
+
分析时使用 Skill 工具调用 `querying-the-wiki` skill 查询 KB,不直接读缓存 JSON。
|
|
105
100
|
|
|
106
101
|
## 阶段路由
|
|
107
102
|
|