@optima-chat/optima-agent 0.8.72 → 0.8.73
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.
|
@@ -120,7 +120,7 @@ growth comments stats
|
|
|
120
120
|
2. 将采集到的数据更新到 growth calendar:
|
|
121
121
|
- `growth calendar update <id> --performance '{"impressions":1450,"views":148,"click_rate":"9.60%","likes":5,"comments":3}'`
|
|
122
122
|
3. 根据表现数据更新关联选题的评分(`growth topics update <id> --performance-score <分数>`),表现好的选题得分更高,后续 `growth topics suggest` 会优先推荐
|
|
123
|
-
4. **评论回复**:抓取帖子下的新评论,AI 根据人设风格生成回复,加载 browser skill 发送,`growth comments create --type reply`
|
|
123
|
+
4. **评论回复**:抓取帖子下的新评论,AI 根据人设风格生成回复,加载 browser skill 发送,`growth comments create --type reply` 记录。**如果帖子没有 post_url,用帖子标题作为搜索关键词通过浏览器搜索找到帖子**
|
|
124
124
|
5. **评论数据**:检查已发评论的互动数据(点赞数),`growth comments update <id> --performance '{"likes":N}'`
|
|
125
125
|
|
|
126
126
|
### 私信触达
|