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

31 lines
1.0 KiB
JSON
Raw Normal View History

{
"id": "whatsapp",
"name": "WhatsApp",
"version": "0.1.0",
"label": "WhatsApp Cloud API",
"aliases": ["wa", "whatsapp"],
"description": "WhatsApp Cloud API 渠道插件,支持私聊与群聊消息收发、流式块级输出、表情反应、投票、媒体发送等",
"author": "ForcePilot Team",
"order": 100,
"dependencies": ["aiohttp"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "video", "audio", "document", "sticker", "location", "contacts"],
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"reactions": true,
"typing_indicator": true,
"polls": true,
"reply": true,
"media": true,
"edit": false,
"unsend": false,
"threads": false,
"native_commands": false,
"group_management": false,
"interactions": ["button", "list", "cta_url", "location_request"]
},
"enabled": false,
"python_requires": ">=3.12"
}