新增腾讯短信(Tencent SMS)渠道扩展,支持在 Yuxi 平台中集成腾讯云短信渠道。 包含以下功能模块: - client: 腾讯云短信 API 客户端封装 - plugin: 渠道插件核心 - config: 渠道配置管理 - gateway: SSE/WebSocket 网关接入 - webhook: Webhook 事件处理 - outbound: 外发消息管理 - streaming: 流式消息处理 - security: 安全校验 - dedupe: 消息去重 - delivery: 送达状态回调 - compliance: 合规管理 - frequency: 频率控制 - templates: 短信模板 - agent_prompt: Agent 提示词 - types: 类型定义
31 lines
1001 B
JSON
31 lines
1001 B
JSON
{
|
|
"id": "tencent-sms",
|
|
"name": "腾讯云短信",
|
|
"version": "1.0.0",
|
|
"label": "腾讯云短信",
|
|
"aliases": ["tencent-sms", "腾讯短信", "tencentcloud-sms"],
|
|
"description": "腾讯云 SMS 渠道插件,支持模板化短信发送、送达状态追踪与上行回复处理",
|
|
"author": "ForcePilot Team",
|
|
"order": 160,
|
|
"dependencies": ["tencentcloud-sdk-python-sms>=3.1.92"],
|
|
"capabilities": {
|
|
"chat_types": ["direct"],
|
|
"message_types": ["text"],
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"block_streaming": true,
|
|
"block_streaming_chunk_min_chars": 60,
|
|
"block_streaming_chunk_max_chars": 67,
|
|
"reactions": false,
|
|
"polls": false,
|
|
"reply": false,
|
|
"media": false,
|
|
"voice": false,
|
|
"edit": false,
|
|
"unsend": false,
|
|
"threads": false,
|
|
"native_commands": false,
|
|
"group_management": false
|
|
},
|
|
"python_requires": ">=3.12"
|
|
} |