Agent 一键接入 Slack/Teams
推荐指数 58.0 NO. 016 · 2026.08.07
发布2026/08/06Score82Comments20
为什么值得看
Channels SDK 让 AI Agent 无需改动核心逻辑即可接入 Slack、Teams 等办公平台,支持原生交互 UI 和人工审批。解决多平台适配痛点,适合已有 Agent 需快速落地到企业协作场景的团队。
编辑判断
Agent 落地企业最大的 friction 不是模型能力,而是怎么塞进现有工作流。之前团队要么自建 Bot 框架(维护成本高),要么用 Zapier/Make 做浅层集成(交互体验差)。Channels 的差异化在于押注了 AG-UI 这个新兴标准,同时覆盖 Slack Block Kit 和 Teams Adaptive Cards 两套差异极大的 UI 体系。
值得警惕的是:微软和 Slack 本身都在推自己的 Agent 平台(Copilot Studio、Slack AI),第三方中间层的窗口期可能只有 12-18 个月。如果你已经在用 LangGraph 或 CrewAI 搭 Agent,且目标客户是企业微信/钉钉/飞书以外的出海或外企市场,现在接入成本最低;如果主战场在国内,等它支持 Lark 或自建适配层更现实。
社区反馈
意见分歧 20 条评论
核心争论:Channels SDK 是否真正开源及与 Vercel Chat SDK 的功能差异边界
相关内容
Slack is where your team works. Now it's where your agents work too. Slack 推出原生 Agent 开发 CLI 工具,10 分钟部署 Python Agent,内置流式文本和"思考中"状态,支持 Confluence 等自定义工具集成。 How to Deploy AI Agents Across Slack and Microsoft Teams 单一实现跨平台部署,提示工程、工具集成和流程定义统一维护,平台厂商自动处理 API 变更适配。 Channels SDK: How to bring your Agent to any channel 开源 Channels SDK 实现 Agent 接入 Slack/Teams,包含健康检查、优雅关闭等生产级部署能力。 slack-plus-teams: Lightweight compatibility layer 微软开源的轻量级兼容层,同一套 Bot 逻辑双平台运行,桥接 Slack Bolt 与 Teams AI SDK 的 API 差异。
Hi folks! I'm one of the engineers working on the Channels SDK. This is our first public release. Our emphasis has been on making agents act like natural participants in Slack and Teams, while letting them generate UI along the way. It's built on top of AG-UI, so any agent that emits AG-UI can be br
I saw WhatsApp listed but I can't find how the integration works?
WhatsApp is only supported on the open-source side of the SDKs right now. Full support for WhatsApp in the hosted service is on the roadmap. Point your agent at github.com/copilotkit/copilotkit, where the Channels SDKs live, and it should be able to pick it up.