37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
|
|
{
|
|||
|
|
"id": "wechat-kf",
|
|||
|
|
"name": "微信客服",
|
|||
|
|
"version": "0.1.0",
|
|||
|
|
"label": "微信客服 (KF)",
|
|||
|
|
"description": "微信客服 (WeChat KF) 渠道插件,支持坐席分配+排队模式的客服消息收发,双通道消息接收(回调+sync_msg拉取)",
|
|||
|
|
"author": "ForcePilot Team",
|
|||
|
|
"order": 60,
|
|||
|
|
"dependencies": ["httpx", "pycryptodome"],
|
|||
|
|
"capabilities": {
|
|||
|
|
"chat_types": ["direct"],
|
|||
|
|
"message_types": ["text", "image", "voice", "video", "file", "link", "miniprogram", "msgmenu", "location", "business_card"],
|
|||
|
|
"reactions": false,
|
|||
|
|
"typing_indicator": false,
|
|||
|
|
"threads": false,
|
|||
|
|
"edit": false,
|
|||
|
|
"unsend": false,
|
|||
|
|
"reply": false,
|
|||
|
|
"media": true,
|
|||
|
|
"effects": false,
|
|||
|
|
"native_commands": false,
|
|||
|
|
"polls": false,
|
|||
|
|
"group_management": false,
|
|||
|
|
"streaming": true,
|
|||
|
|
"streaming_mode": "block",
|
|||
|
|
"block_streaming": true,
|
|||
|
|
"block_streaming_chunk_min_chars": 200,
|
|||
|
|
"block_streaming_chunk_max_chars": 1200,
|
|||
|
|
"block_streaming_chunk_break_preference": "paragraph",
|
|||
|
|
"block_streaming_coalesce_min_chars": 80,
|
|||
|
|
"block_streaming_coalesce_max_chars": 400,
|
|||
|
|
"block_streaming_coalesce_idle_ms": 500,
|
|||
|
|
"tts": null
|
|||
|
|
},
|
|||
|
|
"enabled": true,
|
|||
|
|
"python_requires": ">=3.12"
|
|||
|
|
}
|