ForcePilot/backend/package/yuxi/channel/extensions/qqbot/plugin.json

32 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "qqbot",
"name": "QQBot",
"version": "0.2.0",
"description": "QQ 官方 Bot (QQBot) 渠道插件,基于 WebSocket Gateway 连接,支持 C2C 私聊、群组、频道消息内置流式消息、Markdown、ARK 消息、斜杠命令",
"author": "ForcePilot Team",
"order": 50,
"dependencies": ["httpx>=0.27.0", "websockets>=12.0"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "voice", "video", "file"],
"interactions": ["button", "command"],
"typing_indicator": true,
"threads": false,
"edit": false,
"unsend": true,
"reply": true,
"media": true,
"native_commands": true,
"streaming": true,
"streaming_mode": "c2c_stream_api",
"block_streaming": true,
"block_streaming_break": "paragraph",
"block_streaming_chunk_min_chars": 800,
"block_streaming_chunk_max_chars": 5000,
"block_streaming_coalesce_min_chars": 400,
"block_streaming_coalesce_max_chars": 800
},
"enabled": true,
"python_requires": ">=3.12"
}