清除个人信息和敏感令牌
- test.py: 2198972886 → your_admin_qq - README.md: jianf/qqrebot 链接 → 通用描述 - README.md: 示例配置 2198972886 → your_admin_qq
This commit is contained in:
@ -28,7 +28,7 @@ QQ 用户 ──→ NapCat (go-cqhttp)
|
||||
|
||||
需要以下系统已部署运行:
|
||||
|
||||
1. **[qqrebot](https://github.com/jianf/qqrebot)** — QQ 机器人框架,加载本插件
|
||||
1. **qqrebot** — QQ 机器人框架,加载本插件(参考 [chatrebot_plugen_support SDK](https://github.com/your-org/chat_rebot_plugen_support))
|
||||
2. **NapCat / go-cqhttp** — QQ 协议实现,转发消息给 qqrebot
|
||||
3. **OpenClaw** — AI agent 网关
|
||||
4. **qq-agent (或其他 agent)** — 在 OpenClaw 中配置,负责实际处理消息
|
||||
@ -43,7 +43,7 @@ QQ 用户 ──→ NapCat (go-cqhttp)
|
||||
[openclaw]
|
||||
gateway_url = "http://127.0.0.1:18789" # OpenClaw Gateway 地址
|
||||
gateway_token = "你的gateway token" # 从 OpenClaw 配置获取
|
||||
allowed_sender = "2198972886" # 管理员 QQ 号
|
||||
allowed_sender = "your_admin_qq" # 管理员 QQ 号(替换为你自己的QQ号)
|
||||
model = "openclaw/qq-agent" # 使用的 agent 模型
|
||||
agent_id = "qq-agent" # Agent ID
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user