ForcePilot/backend/package/yuxi/channel
Kris bb8ade9e2b feat(channel): 添加京东渠道扩展
新增京东(JD)渠道扩展,支持在 Yuxi 平台中集成京东客服渠道。

包含以下功能模块:
- client: 京东 API 客户端封装
- config: 渠道配置管理
- gateway: SSE/WebSocket 网关接入
- webhook: Webhook 事件处理
- outbound: 外发消息管理
- pairing: 用户配对与绑定
- security: 安全校验
- signature: 请求签名验证
- crypto: 加解密处理
- dedupe: 消息去重
- monitor: 渠道状态监控
- status: 会话状态管理
- session: 会话管理
- business: 业务逻辑处理
- types: 类型定义
2026-05-21 11:05:40 +08:00
..
approval feat(approval): 新增审批流程核心模块 2026-05-21 10:22:45 +08:00
common feat(channel/common): 添加上传附件缓存工具类 2026-05-21 10:23:27 +08:00
config feat(channel/config): 新增完整的配置模块实现 2026-05-21 10:24:03 +08:00
cron feat(cron): 实现完整的定时任务调度模块 2026-05-21 10:24:54 +08:00
doctor feat(channel/doctor): 新增渠道诊断修复工具模块 2026-05-21 10:25:13 +08:00
events feat(channel/events): 新增事件总线模块及相关类型定义 2026-05-21 10:25:43 +08:00
extensions feat(channel): 添加京东渠道扩展 2026-05-21 11:05:40 +08:00
gateway feat(channel/gateway): 新增完整网关通道模块 2026-05-21 10:26:33 +08:00
hooks feat(channel/hooks): 实现完整的钩子系统模块 2026-05-21 10:26:47 +08:00
message feat(channel/message): 新增消息处理核心模块及相关工具类 2026-05-21 10:27:16 +08:00
monitoring feat(channel/monitoring): 新增完整的频道监控模块 2026-05-21 10:27:34 +08:00
plugins feat(channel/plugins): 新增渠道插件系统完整实现 2026-05-21 10:27:58 +08:00
render feat(channel/render): 新增markdown渲染模块 2026-05-21 10:28:14 +08:00
routing feat(channel/routing): 新增消息路由相关模块 2026-05-21 10:32:25 +08:00
runtime feat(channel/runtime): 新增链路追踪与启动运行时工具集 2026-05-21 10:28:46 +08:00
sdk feat(channel-sdk): 新增完整的渠道SDK工具链 2026-05-21 10:29:12 +08:00
secrets feat(secrets): 新增完整的密钥管理工具链 2026-05-21 10:32:14 +08:00
security feat(channel/security): 新增完整安全工具模块 2026-05-21 10:32:57 +08:00
session feat(session): 新增会话记录相关工具类 2026-05-21 10:34:44 +08:00
streaming feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
ui feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
utils feat(channel/utils): 新增工具模块与文件服务类 2026-05-21 10:33:11 +08:00
__init__.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
capabilities.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
context.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
errors.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
protocols.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00