feat: add Microsoft Teams channel adapter#1
Open
arnoldadlv wants to merge 9 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Skip the confirm/cancel prompt - execute requests immediately. Add user setting sources so spawned sessions have access to installed plugins, skills, and MCP servers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add root marketplace.json, update plugin.json to point to arnoldadlv fork, bump version to 1.1.0, add Teams to keywords. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
Thanks for the Teams channel adapter — the core implementation looks solid! We have incorporated most of your changes into What was modified before merging
Everything elseAll other changes ( Closing this PR as the changes have been incorporated into main. |
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.
Summary
TeamsChanneladapter usingbotbuilder-integration-aiohttp(Bot Framework Python SDK)continue_conversation()/connect-teamssetup skill with Azure Bot registration guide/setup-orchestratorto offer Teams as a channel optionteamssection toorchestrator.yamlconfig templateFiles changed
requirements.txt— addedbotbuilder-integration-aiohttp>=4.14.5orchestrator/channel/teams.py— newTeamsChannelclass extendingBaseChannelorchestrator/main.py— Teams startup blockorchestrator.yaml— Teams config sectionskills/connect-teams/SKILL.md— new setup skillskills/setup-orchestrator/SKILL.md— Teams added to channel options, deps, and setup flowTest plan
botbuilder-integration-aiohttpand verify import:python3 -c "from orchestrator.channel.teams import TeamsChannel"channels.teams.enabled: trueand verify "Teams channel started on port 3978" in logs/connect-teamsskill guides through credential setup correctly🤖 Generated with Claude Code