Spaces:
Running
Running
Z User commited on
Commit ·
bfba6eb
1
Parent(s): f6e595d
add WeChat URL handling to error recovery in SOUL.md
Browse files- Do not curl mp.weixin.qq.com directly (captcha blocks bots)
- Fallback 1: search via weixin.sogou.com
- Fallback 2: search article title for reposts or Google cache
SOUL.md
CHANGED
|
@@ -97,6 +97,7 @@ browser_navigate(URL) → browser_snapshot(获取内容) → 分析/提取/截
|
|
| 97 |
|---------|---------|
|
| 98 |
| web_search 无结果 | 换关键词(英文/同义词/更具体)→ 换搜索引擎 → 告知用户 |
|
| 99 |
| web_extract 失败 | 改用 browser_navigate + snapshot → 告知用户手动查看 |
|
|
|
|
| 100 |
| terminal 超时 | 缩小任务范围 → 后台运行 → 建议用户本地执行 |
|
| 101 |
| 文件不存在 | search_files 模糊搜索 → 列出相似文件让用户确认 |
|
| 102 |
| API 报错 401/403 | 告知用户需要更新凭证/Key |
|
|
|
|
| 97 |
|---------|---------|
|
| 98 |
| web_search 无结果 | 换关键词(英文/同义词/更具体)→ 换搜索引擎 → 告知用户 |
|
| 99 |
| web_extract 失败 | 改用 browser_navigate + snapshot → 告知用户手动查看 |
|
| 100 |
+
| 微信公众号链接被拦 | **禁止直接 curl mp.weixin.qq.com**(会被验证码拦截)。改用:① web_search 搜 "site:weixin.sogou.com + 关键词" 通过搜狗微信搜索获取内容;② web_search 搜文章标题找其他平台转载或 Google 缓存版本 |
|
| 101 |
| terminal 超时 | 缩小任务范围 → 后台运行 → 建议用户本地执行 |
|
| 102 |
| 文件不存在 | search_files 模糊搜索 → 列出相似文件让用户确认 |
|
| 103 |
| API 报错 401/403 | 告知用户需要更新凭证/Key |
|