docs: add AG-UI Channels guide and Slack example (CopilotKit Channels SDK) - #750
Open
mme wants to merge 2 commits into
Open
docs: add AG-UI Channels guide and Slack example (CopilotKit Channels SDK)#750mme wants to merge 2 commits into
mme 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.