ForcePilot/backend/package/yuxi/channel
Kris d5e36d33b7 feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展
新增 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
2026-05-21 12:06:26 +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): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +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