新增淘宝(Taobao)渠道扩展,支持在 Yuxi 平台中集成淘宝电商客服渠道。 包含以下功能模块: - client: 淘宝 API 客户端封装 - config: 渠道配置管理 - gateway: SSE/WebSocket 网关接入 - webhook: Webhook 事件处理 - outbound: 外发消息管理 - message: 消息处理 - pairing: 用户配对与绑定 - security: 安全校验 - crypto: 加解密处理 - status: 会话状态管理 - tools: Agent 工具集成 - types: 类型定义
31 lines
926 B
JSON
31 lines
926 B
JSON
{
|
|
"id": "taobao",
|
|
"name": "淘宝/千牛",
|
|
"version": "0.1.0",
|
|
"label": "淘宝/千牛 (TOP API)",
|
|
"aliases": ["taobao", "qianniu", "千牛", "淘宝客服"],
|
|
"description": "淘宝千牛客服消息渠道插件,基于 TOP OpenAPI 实现消息收发",
|
|
"author": "ForcePilot Team",
|
|
"order": 120,
|
|
"dependencies": ["httpx"],
|
|
"capabilities": {
|
|
"chat_types": ["direct"],
|
|
"message_types": ["text", "image", "rich"],
|
|
"reactions": false,
|
|
"typing_indicator": false,
|
|
"threads": false,
|
|
"edit": false,
|
|
"unsend": false,
|
|
"reply": false,
|
|
"media": true,
|
|
"effects": false,
|
|
"native_commands": false,
|
|
"polls": false,
|
|
"group_management": false,
|
|
"streaming": true,
|
|
"streaming_mode": "block",
|
|
"block_streaming": true
|
|
},
|
|
"enabled": true,
|
|
"python_requires": ">=3.12"
|
|
} |