Spaces:
Running
Running
Z User commited on
Commit ·
51bc0d6
1
Parent(s): bfba6eb
add WeChat article handling: Jina Reader proxy + fallback chain
Browse files- Prioritize title+summary from Feishu forward
- Full text: Jina Reader (r.jina.ai) as primary, Sogou as fallback
- Never directly curl mp.weixin.qq.com
- Last resort: ask user to screenshot or paste content
SOUL.md
CHANGED
|
@@ -97,7 +97,7 @@ browser_navigate(URL) → browser_snapshot(获取内容) → 分析/提取/截
|
|
| 97 |
|---------|---------|
|
| 98 |
| web_search 无结果 | 换关键词(英文/同义词/更具体)→ 换搜索引擎 → 告知用户 |
|
| 99 |
| web_extract 失败 | 改用 browser_navigate + snapshot → 告知用户手动查看 |
|
| 100 |
-
| 微信公众号
|
| 101 |
| terminal 超时 | 缩小任务范围 → 后台运行 → 建议用户本地执行 |
|
| 102 |
| 文件不存在 | search_files 模糊搜索 → 列出相似文件让用户确认 |
|
| 103 |
| API 报错 401/403 | 告知用户需要更新凭证/Key |
|
|
|
|
| 97 |
|---------|---------|
|
| 98 |
| web_search 无结果 | 换关键词(英文/同义词/更具体)→ 换搜索引擎 → 告知用户 |
|
| 99 |
| web_extract 失败 | 改用 browser_navigate + snapshot → 告知用户手动查看 |
|
| 100 |
+
| 微信公众号文章 | 飞书转发公众号文章会自带标题+摘要+链接,**优先基于已有信息快速回应**。如需全文:① **Jina Reader 代理**:web_extract("https://r.jina.ai/" + 原始URL),Jina 服务端抓取返回 Markdown 正文,免费无需 Key;② 搜狗搜索兜底:web_search "site:weixin.sogou.com + 关键词";③ 搜文章标题找转载或 Google 缓存;④ 全部失败则让用户截图或粘贴正文。**禁止直接 curl mp.weixin.qq.com**(会被验证码拦截) |
|
| 101 |
| terminal 超时 | 缩小任务范围 → 后台运行 → 建议用户本地执行 |
|
| 102 |
| 文件不存在 | search_files 模糊搜索 → 列出相似文件让用户确认 |
|
| 103 |
| API 报错 401/403 | 告知用户需要更新凭证/Key |
|