docs: add AG-UI Channels guide and Slack example (CopilotKit Channels SDK) - #750
docs: add AG-UI Channels guide and Slack example (CopilotKit Channels SDK)#750mme wants to merge 2 commits into
Conversation
… SDK) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Slack connects through CopilotKit Intelligence (required by design); code samples now follow CopilotKit's canonical minimal-channel shape: no direct Slack adapter, Channel ID + API key from the Intelligence dashboard, and subscribe-on-mention thread handling.
|
Thanks for this @mme |
|
I pasted the dashboard's actual ID field ( |
|
API keys are project scoped , I first used a key from a different project and got a silently dead bot ( |
|
The sample agent has no memory a threaded follow ups gets no context because |
|
The install as written doesn't typecheck the plain |
|
in here there it says other platforms (Teams, Discord, WhatsApp, Telegram) connect the same easy way as Slack. But CopilotKit's own docs say only Slack works this way today, the others need extra setup on your side. Can you please update this line there |
|
two small things:
|
Description
Adds an AG-UI Channels guide plus a runnable Slack example. The same Agno agent that serves an AG-UI frontend from AgentOS can also run as a bot in Slack and other messaging platforms through the CopilotKit Channels SDK: the AgentOS server stays unchanged, and a separate Node channel process — connected through CopilotKit Intelligence, which holds the platform credentials — drives the agent through
AgnoAgentfrom@ag-ui/agno.Changes:
agent-os/interfaces/ag-ui/channels.mdxguide (how it fits together, Slack steps, other platforms, production note).examples/agent-os/interfaces/agui/slack-channel.mdxrunnable example.docs.jsonnavigation entries for both, an AG-UI group, and a row in the AG-UI examples overview table.Type of Change
Related Issues/PRs (if applicable)
N/A
Checklist
Code verification: the TypeScript snippets typecheck against the published
@copilotkit/channels,@copilotkit/runtime, and@ag-ui/agnopackages; the AgentOS snippet and/aguiendpoint match the existing AG-UI introduction.docs.jsonvalidated as JSON.