Metadata-Version: 2.5
Name: microsoft-teams-m365extensions
Version: 2.1.0
Summary: Extension package that embeds the Teams SDK inside an M365 Agents Application.
Project-URL: Homepage, https://github.com/microsoft/teams.py/tree/main/packages/m365extensions/src/microsoft_teams/m365extensions
Author-email: Microsoft <TeamsAISDKFeedback@microsoft.com>
License-Expression: MIT
Keywords: agents,ai,bot,m365,microsoft,teams
Requires-Python: <4.0,>=3.11
Requires-Dist: microsoft-agents-activity>=1.3.0
Requires-Dist: microsoft-agents-hosting-core>=1.3.0
Requires-Dist: microsoft-teams-api>=2.1.0
Requires-Dist: microsoft-teams-apps>=2.1.0
Description-Content-Type: text/markdown

# Microsoft Teams M365 Extensions

<p>
    <a href="https://pypi.org/project/microsoft-teams-m365extensions" target="_blank">
        <img src="https://img.shields.io/pypi/v/microsoft-teams-m365extensions" />
    </a>
    <a href="https://pypi.org/project/microsoft-teams-m365extensions" target="_blank">
        <img src="https://img.shields.io/pypi/dw/microsoft-teams-m365extensions" />
    </a>
</p>

This extension package bridges the [Microsoft Teams SDK for Python](https://github.com/microsoft/teams.py) into an [Agents SDK](https://github.com/microsoft/Agents) `AgentApplication`. It installs a middleware that routes Teams turns to a teams.py `App` while letting every other channel — and unmatched Teams turns — fall through to existing Agents SDK handlers.

<a href="https://microsoft.github.io/teams-sdk" target="_blank">
    <img src="https://img.shields.io/badge/📖 Getting Started-blue?style=for-the-badge" />
</a>

