新增 Zalo OA、Zoom Chat、Zulip 三个渠道扩展。 Zalo OA 渠道扩展主要模块:sidecar_client, config, gateway, outbound, streaming, pairing, security, auth, dedupe, directory, monitor, status, session, reactions, tools Zoom Chat 渠道扩展主要模块:config, gateway, webhook, outbound, streaming, pairing, security, crypto, dedupe, actions, media, mentions, monitor, status, session, reactions, threading Zulip 渠道扩展主要模块:client, config, gateway, outbound, streaming, pairing, security, monitor, status
32 lines
885 B
JSON
32 lines
885 B
JSON
{
|
|
"id": "zalouser",
|
|
"name": "Zalo Personal",
|
|
"version": "1.0.0",
|
|
"label": "Zalo Personal (zca-js)",
|
|
"aliases": ["zlu", "zalouser"],
|
|
"description": "Zalo Personal Account channel plugin for ForcePilot via zca-js sidecar",
|
|
"author": "ForcePilot",
|
|
"order": 85,
|
|
"dependencies": ["httpx"],
|
|
"capabilities": {
|
|
"chat_types": ["direct", "group"],
|
|
"message_types": ["text", "image", "voice", "file", "video"],
|
|
"reactions": true,
|
|
"typing_indicator": true,
|
|
"threads": false,
|
|
"edit": false,
|
|
"unsend": true,
|
|
"reply": true,
|
|
"media": true,
|
|
"native_commands": false,
|
|
"polls": true,
|
|
"group_management": true,
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"block_streaming": true,
|
|
"block_streaming_chunk_min_chars": 800,
|
|
"block_streaming_chunk_max_chars": 2000
|
|
},
|
|
"enabled": true,
|
|
"python_requires": ">=3.12"
|
|
} |