**图片功能** - 支持接收用户发送的图片消息(自动下载到临时目录) - 支持发送本地文件路径(自动读取转为 Base64) - 富媒体消息接口(sendC2CImageMessage/sendGroupImageMessage) - 图片本地代理服务(解决 QQ 图片 URL 直接访问限制) **消息格式** - 默认启用 Markdown 消息格式 **定时提醒优化** - 修复 cron 提醒:移除无效 --system-prompt 参数,改用 --message 直接输出提醒内容 - 精简用户交互话术,避免冗长回复 **代码清理** - 移除过时的流式消息处理代码 - 优化 gateway/outbound/channel 模块结构
18 lines
419 B
JSON
18 lines
419 B
JSON
{
|
|
"id": "qqbot",
|
|
"name": "QQ Bot Channel",
|
|
"description": "QQ Bot channel plugin with message support, cron jobs, and proactive messaging",
|
|
"channels": ["qqbot"],
|
|
"skills": ["skills/qqbot-cron"],
|
|
"capabilities": {
|
|
"proactiveMessaging": true,
|
|
"cronJobs": true,
|
|
"streamingMessages": true
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|