@optima-chat/optima-agent 0.8.71 → 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.
|
@@ -79,10 +79,12 @@ growth comments stats
|
|
|
79
79
|
|
|
80
80
|
当用户首次使用增长功能时:
|
|
81
81
|
1. 了解用户的产品/业务和目标受众
|
|
82
|
-
2.
|
|
83
|
-
3.
|
|
84
|
-
4.
|
|
85
|
-
5.
|
|
82
|
+
2. 设置产品配置:`growth config set --product-name "..." --product-url "..." --product-pitch "..."`
|
|
83
|
+
3. 建议 2-4 个人设方案,创建账号:`growth accounts create --name "..." --persona "..." --style "..." --channels xiaohongshu --platform-username "平台昵称" --max-daily-posts 3`
|
|
84
|
+
4. 为每个账号绑定浏览器 profile:`growth accounts update <id> --browser-profile-id <账号的UUID>`
|
|
85
|
+
5. 引导用户登录平台:加载 browser skill,打开对应平台让用户完成登录(扫码或验证码),登录后浏览器 profile 会保持登录态
|
|
86
|
+
6. 基于产品功能和目标受众生成初始选题库(`growth topics create`)
|
|
87
|
+
7. 生成第一周的内容日历(`growth calendar create`)
|
|
86
88
|
|
|
87
89
|
### 发帖流程
|
|
88
90
|
|
|
@@ -118,7 +120,7 @@ growth comments stats
|
|
|
118
120
|
2. 将采集到的数据更新到 growth calendar:
|
|
119
121
|
- `growth calendar update <id> --performance '{"impressions":1450,"views":148,"click_rate":"9.60%","likes":5,"comments":3}'`
|
|
120
122
|
3. 根据表现数据更新关联选题的评分(`growth topics update <id> --performance-score <分数>`),表现好的选题得分更高,后续 `growth topics suggest` 会优先推荐
|
|
121
|
-
4. **评论回复**:抓取帖子下的新评论,AI 根据人设风格生成回复,加载 browser skill 发送,`growth comments create --type reply`
|
|
123
|
+
4. **评论回复**:抓取帖子下的新评论,AI 根据人设风格生成回复,加载 browser skill 发送,`growth comments create --type reply` 记录。**如果帖子没有 post_url,用帖子标题作为搜索关键词通过浏览器搜索找到帖子**
|
|
122
124
|
5. **评论数据**:检查已发评论的互动数据(点赞数),`growth comments update <id> --performance '{"likes":N}'`
|
|
123
125
|
|
|
124
126
|
### 私信触达
|