Skip to content

docs: add AG-UI Channels guide and Slack example (CopilotKit Channels SDK) - #750

Open
mme wants to merge 2 commits into
agno-agi:mainfrom
mme:agui-channels
Open

docs: add AG-UI Channels guide and Slack example (CopilotKit Channels SDK)#750
mme wants to merge 2 commits into
agno-agi:mainfrom
mme:agui-channels

Conversation

@mme

@mme mme commented Aug 13, 2026

Copy link
Copy Markdown

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 AgnoAgent from @ag-ui/agno.

Changes:

  • New agent-os/interfaces/ag-ui/channels.mdx guide (how it fits together, Slack steps, other platforms, production note).
  • New examples/agent-os/interfaces/agui/slack-channel.mdx runnable example.
  • docs.json navigation entries for both, an AG-UI group, and a row in the AG-UI examples overview table.
  • Cross-link from the AG-UI introduction.

Type of Change

  • New content

Related Issues/PRs (if applicable)

N/A

Checklist

  • Content is accurate and up-to-date
  • All links tested and working
  • Code examples verified (if applicable)
  • Spelling and grammar checked
  • Screenshots updated (if applicable)

Code verification: the TypeScript snippets typecheck against the published @copilotkit/channels, @copilotkit/runtime, and @ag-ui/agno packages; the AgentOS snippet and /agui endpoint match the existing AG-UI introduction. docs.json validated as JSON.

mme and others added 2 commits August 11, 2026 15:11
… 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant