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

34 lines
895 B
JSON
Raw Normal View History

{
"id": "webex",
"name": "Cisco Webex",
"version": "1.0.0",
"description": "Cisco Webex Bot 渠道插件 - 支持 Webhook + Adaptive Cards + 编辑模式流式输出",
"author": "ForcePilot",
"order": 60,
"enabled": false,
"python_requires": ">=3.12",
"dependencies": [
"webexpythonsdk>=2.0.6"
],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "markdown", "image", "file"],
"interactions": ["adaptive_card"],
"reactions": false,
"typing_indicator": false,
"threads": true,
"edit": true,
"unsend": true,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_max_chars": 7400,
"adaptive_cards": true,
"sse_support": false,
"feedback_loop": false
}
}