Files
workphone-sdk/sdk/agent/config.json
Manus AI 68b4d8f7aa feat(hook): 扩展 ACTION_TO_RPC 映射与 wechat_hook_v2 RPC 实现
同步 agent/app 双端 hook_executor 动作表与 wechat_hook_v2.js exports;
补充 hook 子脚本与 _hook_smoke 冒烟入口,更新 device_modules 探测结果。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 10:02:00 +08:00

19 lines
614 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"device_id": "xgfe65eimrrofyws",
"server_url": "ws://127.0.0.1:8899/ws/device",
"heartbeat_interval": 10,
"project_id": "cunkebao",
"ai_brain": {
"enabled": false,
"api_url": "http://localhost:3102",
"api_key": "kr_ogCRjGk7XBgvKG2f_yqloMEt7Pp__YwQ",
"model": "auto",
"brain_interval": 60,
"standing_orders": [
"检查微信是否有未读消息,如果有新消息则自动阅读并标记已读",
"检查是否有新的好友请求,如果有则自动通过验证",
"每隔30分钟检查一次微信是否在运行如果没有则启动微信"
]
}
}