@optima-chat/optima-agent 0.9.54 → 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,8 +90,8 @@ 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.
|
|
93
|
+
2. 执行 `Skill("ingesting-sources")` 加载收录技能,对每个 raw/ 文件执行收录流程(创建 source 页 + 输出受影响页面清单)
|
|
94
|
+
3. 执行 `Skill("updating-related-pages")` 加载更新技能,根据清单更新 entity/overview 页面
|
|
95
95
|
4. 运行 `ls ~/kb/product-research/raw/` 和 `ls ~/kb/product-research/wiki/sources/` 确认文件已生成
|
|
96
96
|
|
|
97
97
|
### 分析数据来源
|