ForcePilot/backend/package/yuxi/channel/extensions/wecom/plugin.json
Kris 7215418610 feat(channel): 添加企业微信、微博、WhatsApp 和 Workplace 渠道扩展
新增企业微信、微博、WhatsApp、Workplace 四个渠道扩展。

企业微信渠道扩展主要模块:config, gateway, webhook, webhook_bot, outbound, streaming, pairing, security, crypto, dedupe, persistent_dedupe, card, directory, events, externalcontact, media, mentions, menu, message, oauth, status

微博渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, passive_reply, broadcast, message, menu, media, subscription, template, status

WhatsApp 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, actions, monitor, status

Workplace 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, dedupe, actions, challenge, groups, media, mentions, menu, monitor, persona, quick_reply, signature, subscriptions, template, threading, users, status
2026-05-21 12:01:56 +08:00

33 lines
1.0 KiB
JSON

{
"id": "wecom",
"name": "企业微信",
"version": "0.2.0",
"label": "企业微信外部联系人",
"aliases": ["weixin-wecom", "企微外部联系人", "wecom外部联系人"],
"description": "企业微信外部联系人渠道插件,支持私聊与客户群消息的 AI 对话,含流式输出与卡片消息",
"author": "ForcePilot",
"order": 41,
"resolve_reply_to_mode": "off",
"dependencies": ["wechat-mp", "httpx", "pycryptodome"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "markdown", "image", "voice", "video", "file", "textcard"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": true,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"group_management": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"adaptive_cards": true,
"pairing": true
},
"enabled": true,
"python_requires": ">=3.12"
}