Add AG-UI Channels page (Slack bots via CopilotKit Channels SDK) - #444
Open
Markus Ecker (mme) wants to merge 1 commit into
Open
Add AG-UI Channels page (Slack bots via CopilotKit Channels SDK)#444Markus Ecker (mme) wants to merge 1 commit into
Markus Ecker (mme) wants to merge 1 commit into
Conversation
Contributor
|
Learn Build status updates of commit bf9818b: ✅ Validation status: passed
For more details, please refer to the build report. |
Markus Ecker (mme)
force-pushed
the
docs/ag-ui-channels
branch
from
August 13, 2026 09:08
bf9818b to
e219507
Compare
Contributor
|
Learn Build status updates of commit e219507: ✅ Validation status: passed
For more details, please refer to the build report. |
Author
|
@microsoft-github-policy-service agree company="Tawkit Inc" |
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.
Adds a new page under the AG-UI section: run the same Agent Framework AG-UI endpoint as a bot in Slack and other messaging platforms with the CopilotKit Channels SDK.
What changed
agent-framework/integrations/by-component/ui/ag-ui/channels.md. Covers how a channel fits together with an Agent Framework agent: the AG-UI server stays unchanged, and a separate long-running Node channel process — connected through CopilotKit Intelligence, which holds the Slack connection and credentials — drives the agent withHttpAgentfrom@ag-ui/client(the same client the Dojo uses for Agent Framework) and streams replies into the platform thread. Includes Slack setup via the Intelligence dashboard, other platforms, the message pipeline/credential split, and a durable-store production note.MapAGUIServer), Python (add_agent_framework_fastapi_endpoint), and Go (aguiprovider.NewJSONHTTPHandler) — each mirroring the existing Getting Started / overview samples on port 8888. Steps 2–3 (the Node channel process) are shared across pivots since the channel connects to whatever AG-UI endpoint it's given.agent-framework/toc.ymlunder UI > AG-UI ("Slack with CopilotKit Channels"), after Testing with Dojo.Verification
@copilotkit/channels,@copilotkit/runtime, and@ag-ui/clientnpm packages.zone_pivot_groups: programming-languages,ms.service: agent-framework).