Files
workphone-sdk/sdk/app/agent/config.json
卡若 9118df9eee
Some checks failed
SDK CI / python-compile (push) Has been cancelled
feat: sdk agent、Android 与文档同步至 Gitea
- 新增 sdk/app/agent(Hook/Skills/Anti-ban 等)及 NAS/ADB 脚本
- 更新 Android 端、unified、PHP SDK、Docker Compose
- Soul 文档迁移至 Soul调研/;移除资料目录内 APK
- .gitignore 排除 sdk/tmp、sdk/logs、sdk/tmp_rom

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-06 18:20:14 +08:00

20 lines
601 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": "",
"server_url": "ws://192.168.0.5: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分钟检查一次微信是否在运行如果没有则启动微信"
]
}
}