新增小红书、XMPP、元宝、Zalo 四个渠道扩展。 小红书渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, media, status, window XMPP 渠道扩展主要模块:plugin, config, gateway, outbound, streaming, pairing, security, dedupe, accounts, commands, muc, rate_limiter, stanza_utils, status, monitor 元宝渠道扩展主要模块:plugin, client, config_schema, gateway, outbound(chunk/queue/transport), inbound(dispatcher), streaming, pairing, security, accounts, actions, commands, codec(biz/conn), session, shared, utils Zalo 渠道扩展主要模块:api, config, gateway, webhook, outbound, pairing, security, session, polling, monitor, status
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"id": "yuanbao",
|
|
"name": "Yuanbao (元宝)",
|
|
"version": "1.0.0",
|
|
"label": "Yuanbao",
|
|
"aliases": ["yuanbao", "yb", "tencent-yuanbao", "元宝"],
|
|
"description": "Tencent Yuanbao channel plugin for direct and group chat with text, image, audio, video, file and sticker support",
|
|
"author": "ForcePilot",
|
|
"order": 85,
|
|
"dependencies": ["httpx", "websockets"],
|
|
"capabilities": {
|
|
"chat_types": ["direct", "group"],
|
|
"message_types": ["text", "image", "file", "audio", "video", "sticker"],
|
|
"reactions": false,
|
|
"typing_indicator": true,
|
|
"threads": false,
|
|
"edit": false,
|
|
"unsend": false,
|
|
"reply": true,
|
|
"media": true,
|
|
"native_commands": true,
|
|
"polls": false,
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"block_streaming": true,
|
|
"block_streaming_chunk_min_chars": 2800,
|
|
"block_streaming_chunk_max_chars": 3000,
|
|
"block_streaming_coalesce_min_chars": 2800,
|
|
"block_streaming_coalesce_max_chars": 3000,
|
|
"block_streaming_coalesce_idle_ms": 1000
|
|
},
|
|
"enabled": true,
|
|
"python_requires": ">=3.12"
|
|
} |