Add AG-UI Channels page (Microsoft Teams via CopilotKit Channels SDK) - #444
Open
Markus Ecker (mme) wants to merge 1 commit into
Open
Add AG-UI Channels page (Microsoft Teams 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" |
Markus Ecker (mme)
force-pushed
the
docs/ag-ui-channels
branch
from
August 28, 2026 10:55
e219507 to
a2015db
Compare
Contributor
|
Learn Build status updates of commit a2015db: ✅ Validation status: passed
For more details, please refer to the build report. |
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 page under the AG-UI section: run the same Agent Framework AG-UI endpoint as a bot in Microsoft Teams with the CopilotKit Channels SDK.
What changed
agent-framework/integrations/by-component/ui/ag-ui/channels.md. The AG-UI server stays exactly as it is; a separate long-running Node channel process, connected through CopilotKit Intelligence, drives the agent withHttpAgentfrom@ag-ui/client(the same client the Dojo uses for Agent Framework) and streams replies into the Teams thread. Covers setup, other platforms, the message pipeline and 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 and AG-UI overview samples. Steps 2-3 (the Node channel process) are shared, since the channel connects to whatever AG-UI endpoint it is given.agent-framework/TOC.ymlunder UI > AG-UI, after Testing with Dojo.Verification
@copilotkit/channels0.9.0 and@copilotkit/runtime1.69.3:createChannel({ name }), and a runtime declaring a non-emptychannelslist, whose listener starts channel activation when it is created.zone_pivot_groups: programming-languages,ms.service: agent-framework).