ForcePilot/backend/package/yuxi/channel/extensions
Kris fb754d82f1 feat(channel): 添加全渠道网关核心基础架构
新增渠道扩展框架的核心基础层,为所有渠道扩展提供统一的基础设施。

主要变更:
- channel/extensions/__init__.py: 渠道扩展包初始化与注册
- channel/extensions/base.py: 渠道插件基类,定义统一接口规范
- channel_service.py: 渠道服务核心业务逻辑
- models_channels.py: 渠道相关数据库模型
- 8 个 channel_*_repo.py: 渠道数据仓库层
- storage/postgres/manager.py: 数据库管理器,新增渠道表
- models_business.py: 业务模型更新
- config/app.py: 应用配置更新
- conversation_repository.py: 会话仓库更新
- oidc_service.py: OIDC 服务更新
- logging_config.py: 日志配置更新
2026-05-21 12:08:03 +08:00
..
activitypub feat(activitypub): 新增 ActivityPub 联邦宇宙渠道插件 2026-05-21 10:37:52 +08:00
alexa feat(alexa): 新增Amazon Alexa渠道插件完整实现 2026-05-21 10:38:31 +08:00
alipay feat(alipay): 新增支付宝渠道插件完整实现 2026-05-21 10:39:23 +08:00
aliyun_sms feat(aliyun-sms): 新增阿里云短信渠道插件 2026-05-21 10:39:43 +08:00
bilibili feat(bilibili): 新增B站渠道插件,支持直播弹幕和私信交互 2026-05-21 10:40:04 +08:00
bluebubbles feat(bluebubbles): 新增BlueBubbles(iMessage)渠道插件完整实现 2026-05-21 10:40:33 +08:00
bluesky feat(bluesky): 新增Bluesky (AT Protocol) 频道插件 2026-05-21 10:40:50 +08:00
clickup feat(clickup): 新增ClickUp聊天渠道插件完整实现 2026-05-21 10:43:19 +08:00
confluence feat(confluence): 新增Confluence渠道插件完整实现 2026-05-21 10:43:42 +08:00
dingtalk feat(dingtalk): 新增钉钉渠道插件完整实现 2026-05-21 10:44:03 +08:00
discord feat(discord): 新增完整的Discord渠道插件实现 2026-05-21 10:44:26 +08:00
douyin feat(douyin): 新增抖音渠道插件,支持私信收发与相关能力 2026-05-21 10:45:37 +08:00
email_smtp feat(email-smtp): 新增SMTP/IMAP邮件渠道插件 2026-05-21 10:45:56 +08:00
farcaster feat(farcaster): 新增Farcaster去中心化社交协议通道插件 2026-05-21 10:46:17 +08:00
feishu feat(feishu): 新增飞书渠道完整插件实现 2026-05-21 10:46:42 +08:00
flock feat(flock): 新增Flock团队协作IM渠道插件 2026-05-21 10:47:01 +08:00
freshdesk feat(freshdesk): 新增Freshdesk/Freshchat渠道插件 2026-05-21 10:47:20 +08:00
generic_webhook feat(generic-webhook): 新增通用Webhook管道插件 2026-05-21 10:47:58 +08:00
github feat(github): 新增GitHub渠道插件完整实现 2026-05-21 10:48:42 +08:00
gitlab feat(gitlab): 新增完整 GitLab 渠道插件支持 2026-05-21 10:49:01 +08:00
googlechat feat(googlechat): 新增Google Chat渠道完整实现 2026-05-21 10:49:33 +08:00
helpscout feat(helpscout): 新增Help Scout客服工单渠道插件 2026-05-21 10:49:56 +08:00
imessage feat(imessage): 新增iMessage渠道插件完整实现 2026-05-21 10:50:15 +08:00
instagram feat(instagram): 新增完整的Instagram Messaging渠道插件 2026-05-21 10:50:38 +08:00
intercom feat(channel): 添加 Intercom 渠道扩展 2026-05-21 11:01:49 +08:00
irc feat(channel): 添加 IRC 渠道扩展插件 2026-05-21 10:59:12 +08:00
jd feat(channel): 添加京东渠道扩展 2026-05-21 11:05:40 +08:00
jira feat(channel): 添加 Jira 渠道扩展 2026-05-21 11:10:54 +08:00
kakaotalk feat(channel): 添加 KakaoTalk 渠道扩展 2026-05-21 11:12:31 +08:00
kuaishou feat(channel): 添加快手渠道扩展 2026-05-21 11:09:37 +08:00
lazada feat(channel): 添加 Lazada 渠道扩展 2026-05-21 11:13:39 +08:00
line feat(channel): 添加 LINE 渠道扩展 2026-05-21 11:16:16 +08:00
matrix feat(channel): 添加 Matrix 渠道扩展 2026-05-21 11:18:13 +08:00
mattermost feat(channel): 添加 Mattermost 渠道扩展 2026-05-21 11:22:43 +08:00
messenger feat(channel): 添加 Facebook Messenger 渠道扩展 2026-05-21 11:25:47 +08:00
minecraft feat(channel): 添加 Minecraft 渠道扩展 2026-05-21 11:26:52 +08:00
msteams feat(channel): 添加 Microsoft Teams 渠道扩展 2026-05-21 11:28:42 +08:00
nextcloud_talk feat(channel): 添加 Nextcloud Talk 渠道扩展 2026-05-21 11:29:56 +08:00
nostr feat(channel): 添加 Nostr 渠道扩展 2026-05-21 11:31:51 +08:00
pinduoduo feat(channel): 添加拼多多渠道扩展 2026-05-21 11:33:31 +08:00
qqbot feat(channel): 添加 QQ Bot 渠道扩展 2026-05-21 11:35:12 +08:00
ringcentral feat(channel): 添加 RingCentral 渠道扩展 2026-05-21 11:37:49 +08:00
rocketchat feat(channel): 添加 RocketChat 渠道扩展 2026-05-21 11:39:24 +08:00
signal feat(channel): 添加 Signal 渠道扩展 2026-05-21 11:41:55 +08:00
slack feat(channel): 添加 Slack 渠道扩展 2026-05-21 11:43:23 +08:00
synology_chat feat(channel): 添加 Synology Chat 渠道扩展 2026-05-21 11:44:45 +08:00
taobao feat(channel): 添加淘宝渠道扩展 2026-05-21 11:46:45 +08:00
telegram feat(channel): 添加 Telegram 渠道扩展 2026-05-21 11:48:09 +08:00
tencent_im feat(channel): 添加腾讯 IM 渠道扩展 2026-05-21 11:49:29 +08:00
tencent_sms feat(channel): 添加腾讯短信渠道扩展 2026-05-21 11:50:32 +08:00
terminal feat(channel): 添加终端渠道扩展 2026-05-21 11:53:39 +08:00
tlon feat(channel): 添加 Tlon 渠道扩展 2026-05-21 11:55:25 +08:00
twitch feat(channel): 添加 Tlon 渠道扩展 2026-05-21 11:55:25 +08:00
twitter feat(channel): 添加 Twitter 和 Viber 渠道扩展 2026-05-21 11:57:22 +08:00
viber feat(channel): 添加 Twitter 和 Viber 渠道扩展 2026-05-21 11:57:22 +08:00
webex feat(channel): 添加 Webex、微信 iLink 和微信小程序渠道扩展 2026-05-21 11:59:04 +08:00
wechat_ilink feat(channel): 添加 Webex、微信 iLink 和微信小程序渠道扩展 2026-05-21 11:59:04 +08:00
wechat_miniprogram feat(channel): 添加 Webex、微信 iLink 和微信小程序渠道扩展 2026-05-21 11:59:04 +08:00
wechat-kf feat(channel): 添加微信客服、微信公众号和微信支付通知渠道扩展 2026-05-21 12:00:30 +08:00
wechat-mp feat(channel): 添加微信客服、微信公众号和微信支付通知渠道扩展 2026-05-21 12:00:30 +08:00
wechatpay_notify feat(channel): 添加微信客服、微信公众号和微信支付通知渠道扩展 2026-05-21 12:00:30 +08:00
wecom feat(channel): 添加企业微信、微博、WhatsApp 和 Workplace 渠道扩展 2026-05-21 12:01:56 +08:00
weibo feat(channel): 添加企业微信、微博、WhatsApp 和 Workplace 渠道扩展 2026-05-21 12:01:56 +08:00
whatsapp feat(channel): 添加企业微信、微博、WhatsApp 和 Workplace 渠道扩展 2026-05-21 12:01:56 +08:00
workplace feat(channel): 添加企业微信、微博、WhatsApp 和 Workplace 渠道扩展 2026-05-21 12:01:56 +08:00
xiaohongshu feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
xmpp feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
yuanbao feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
zalo feat(channel): 添加小红书、XMPP、元宝和 Zalo 渠道扩展 2026-05-21 12:04:05 +08:00
zalouser feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
zoomchat feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
zulip feat(channel): 添加 Zalo OA、Zoom Chat 和 Zulip 渠道扩展 2026-05-21 12:06:26 +08:00
__init__.py feat(channel): 添加全渠道网关核心基础架构 2026-05-21 12:08:03 +08:00
base.py feat(channel): 添加全渠道网关核心基础架构 2026-05-21 12:08:03 +08:00