CopilotKit has released the Channels SDK, an open-source library that embeds existing AI agents directly into messaging platforms. The premise is straightforward: developers already have an agent with its own model, tools, and business logic. Instead of rebuilding that agent for each platform, Channels SDK provides a universal connector that enables the agent to interact with users where they already work.
Currently, the SDK supports Slack and Microsoft Teams as early access surfaces, with Discord and Google Chat planned for future releases.
Installation and Setup
The installation is concise, requiring only two packages:
# Example (adjust based on your package manager)
npm install @copilotkit/channels-sdk
npm install @copilotkit/runtime
Once installed, developers can connect their existing AG-UI-compliant agents to either Slack or Teams with minimal configuration. The library handles the protocol translation and message routing, allowing the agent to participate in channels, direct messages, and group conversations without custom integrations.
Key Benefits
- No Rewrites: The same agent core works across multiple messaging platforms.
- AG-UI Compatible: Built on the emerging AG-UI standard, ensuring forward compatibility with other AG-UI tools.
- MIT Licensed: Fully open source, enabling commercial use and customization.
- Rapid Deployment: Set up a new channel in hours, not weeks.
2026 Context
As enterprises continue to embed AI into daily workflows, the ability to deploy agents across multiple collaboration tools has become a competitive advantage. With the rise of agentic AI, standards like AG-UI are gaining traction, and CopilotKit’s move to open-source its Channels SDK aligns with the industry’s push toward interoperability. As of 2026, Slack and Microsoft Teams remain the dominant enterprise messaging platforms, making this SDK particularly relevant for organizations standardizing on those tools.
Get Started
Developers can explore the repository at github.com/CopilotKit/ChannelsSDK and review the documentation to integrate their existing agents with Slack and Teams today.
via MarkTechPost
