ForcePilot/backend/package/yuxi/channel
Kris 7b5d1e5c69 feat(channel): 添加 Webex、微信 iLink 和微信小程序渠道扩展
新增 Webex、微信 iLink、微信小程序三个渠道扩展。

Webex 渠道扩展功能模块:
- config: 渠道配置管理
- gateway: SSE/WebSocket 网关接入
- webhook: Webhook 事件处理
- outbound: 外发消息管理
- streaming: 流式消息处理
- pairing: 用户配对与绑定
- security: 安全校验
- dedupe: 消息去重
- monitor: 渠道状态监控
- status: 会话状态管理
- media: 媒体资源处理

微信 iLink 渠道扩展功能模块:
- config: 渠道配置管理
- gateway: SSE/WebSocket 网关接入
- outbound: 外发消息管理
- streaming: 流式消息处理
- pairing: 用户配对与绑定
- security: 安全校验
- dedupe: 消息去重
- monitor: 渠道状态监控
- status: 会话状态管理
- context_store: 上下文存储
- aes_ecb: AES-ECB 加解密
- media: 媒体资源处理
- typing: 输入状态

微信小程序渠道扩展功能模块:
- config: 渠道配置管理
- gateway: SSE/WebSocket 网关接入
- webhook: Webhook 事件处理
- outbound: 外发消息管理
- streaming: 流式消息处理
- pairing: 用户配对与绑定
- security: 安全校验
- crypto: 加解密处理
- dedupe: 消息去重
- message: 消息处理
- passive_reply: 被动回复
- media: 媒体资源处理
- status: 会话状态管理
2026-05-21 11:59:04 +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): 添加 Webex、微信 iLink 和微信小程序渠道扩展 2026-05-21 11:59:04 +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