Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
Show HN: The Channels SDK – Bring Any Agent to Any Channel (Slack, MS Teams)
Unofficial Hacker News client; not affiliated with Y Combinator.
mikeryan52 · · focus · HN ↗
We've been dogfooding this internally and have seen a surge of tiny, task-specific agents enter our channels. A lunchbot agent wraps the DoorDash CLI to handle office lunch orders, a pupfood agent wraps the Pup and GitHub CLIs to do incident triage, and a chadbot generates marketing videos on demand from GitHub PRs. We've got even more that compose PostHog, Notion, Linear, and other internal tools we use.
I had previously been pretty hot about bringing agents to the web, but I'm increasingly convinced that chat interfaces are the most natural home for useful agents.
Happy to answer any questions about our approach here!
wiradikusuma · · focus · HN ↗
mikeryan52 · · focus · HN ↗
TheTaytay · · focus · HN ↗
Two points of confusion that I wanted to bring up just so you know what it was like for me as a new reader: "Copilot" is unfortunately an extremely overloaded term right now. Not your fault, but I don't know about CopilotKit, so I was trying to figure out who really was behind this. (Is it Microsoft? etc) I also (like another poster) wondered if I needed your server in order to use this. I love the MIT license, but it wasn't clear to me if this was just a veneer over a closed-source thing or not. I saw in your response that there is a legit open source ability to use it, but that wasn't clear.
chengyongru · · focus · HN ↗
mikeryan52 · · focus · HN ↗
If you point your agent at our SDKs, they should help you use the Slack or Teams adapters directly without leveraging the hosted service: <a href="https://github.com/CopilotKit/CopilotKit/tree/main/packages/channels-slack" rel="nofollow">https://github.com/CopilotKit/CopilotKit/tree/main/packages/...
Delivering AG-UI with generative UI to Slack and Teams should work great with the open-source packages. We'll make these interfaces better and more intuitive.
Natalia724 · · focus · HN ↗
[dead]
recensorium · · focus · HN ↗
[dead]
opwizardx · · focus · HN ↗
chandureddyvari · · focus · HN ↗
opwizardx · · focus · HN ↗
It was pretty limited thought in terms of what I needed, so I had to through it away and build my own telegraf sdk based channel implementation for telegram, but that was a while ago, I assume they should have evolved a lot from the time I last touched it about 3 months ago.
nathan_tarbert · · focus · HN ↗
mikeryan52 · · focus · HN ↗
- Generative UI in these surfaces needs to be durable. If your agent composes a Block Kit or Adaptive Cards interface with interactivity, you have to be ready to handle that interactivity weeks later. We handle this with our JSX renderer.
- Chat interfaces are inherently multiplayer. The worst thing you can do is have your agent act like a bot: posting all of the time, creating noise, and offering no customization. I think Claude Tag nailed the user experience here, and now we want to empower developers to create agents with a similar UX via open source.
- Truly agent-and-surface agnostic. We're fully powered by AG-UI (ag-ui.com), so you can bring any agent into Slack and then take that same agent to web or mobile all over the same protocol.
opwizardx · · focus · HN ↗
> Chat interfaces are inherently multiplayer.
Both chat and channel sdks support subscribing to threads and can control messages that arrive concurrently. In that regard it feels like this depends more on the logic of the app itself rather than gets defined by the framework/dependency it uses.
davidmckayv · · focus · HN ↗
[dead]
ChaseRensberger · · focus · HN ↗
I think your approach of a unified SDK/data structure around a chat that adapts to different clients is a really strong solution that probably just gives you the best of both worlds.
swiftlyTyped · · focus · HN ↗
Btw if you build a wingman AG-UI adapter the Channels SDK would just work with it. Nowadays, you can honestly get this done in probably less than a day of work --we've got a pretty good factory set up with validators and tests, etc.
Happy to help if interested!
SwellJoe · · focus · HN ↗
sshreey16 · · focus · HN ↗
[dead]
adityazero · · focus · HN ↗
[dead]
swiftlyTyped · · focus · HN ↗
We're pretty excited for this one -- I think channels may soon become the 3rd big form factor of LLMs (after Chat, and Codex/Claude-Code style agents).
We've worked really hard to to shrink the onboarding setup to a single prompt:
"Read <a href="https://copilotkit.ai/channels-guide.md" rel="nofollow">https://copilotkit.ai/channels-guide.md and help the user build their first channel".
It's literally that easy. Then it will help you create a coworker-grade Slack / Teams agent backed by basically any of the top agent frameworks and harnesses out there.
Would love to get feedback, especially if you hit any snags
mrud · · focus · HN ↗
The integration and abstraction with sandboxes, cron etc. is very nicely done but you still can self host it.