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

33 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "wechat-ilink",
"name": "微信个人号 (iLink Bot)",
"version": "1.0.0",
"label": "微信个人号",
"aliases": ["weixin-ilink", "微信iLink", "微信个人号", "wechat_ilink"],
"description": "微信个人号 iLink Bot 渠道插件,基于 HTTP 长轮询的消息收发,支持文本、图片、文件、语音、视频消息及块级流式输出",
"author": "ForcePilot Team",
"order": 45,
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "file", "voice", "video"],
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 1200,
"block_streaming_coalesce_min_chars": 80,
"block_streaming_coalesce_max_chars": 400,
"block_streaming_coalesce_idle_ms": 500,
"media": true,
"reactions": false,
"typing_indicator": true,
"threads": false,
"edit": false,
"unsend": false,
"reply": true,
"mentions": true
},
"dependencies": ["httpx", "pycryptodome"],
"enabled": true,
"python_requires": ">=3.12"
}