Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 1.5.0 instead.
Reason given by maintainers: Use 1.5.0 instead

Microsoft Agents Hosting - Teams

PyPI version

Integration library for building Microsoft Teams agents using the Microsoft 365 Agents SDK. This library provides specialized handlers and utilities for Teams-specific functionality like messaging extensions, task modules, adaptive cards, and meeting events.

This library extends the core hosting capabilities with Teams-specific features. It handles Teams' unique interaction patterns like messaging extensions, tab applications, task modules, and meeting integrations. Think of it as the bridge that makes your agent "Teams-native" rather than just a generic chatbot.

This library is still in flux, as the interfaces to Teams continue to evolve.

What is this?

This library is part of the Microsoft 365 Agents SDK for Python - a comprehensive framework for building enterprise-grade conversational AI agents. The SDK enables developers to create intelligent agents that work across multiple platforms including Microsoft Teams, M365 Copilot, Copilot Studio, and web chat, with support for third-party integrations like Slack, Facebook Messenger, and Twilio.

Release Notes

Version Date Release Notes
1.5.0 2026-08-26 1.5.0 Release Notes
1.4.0 2026-08-18 1.4.0 Release Notes
1.3.0 2026-07-30 1.3.0 Release Notes
1.2.0 2026-07-17 1.2.0 Release Notes
1.1.0 2026-06-19 1.1.0 Release Notes
1.0.0 2026-05-22 1.0.0 Release Notes
0.9.0 2026-04-15 0.9.0 Release Notes
0.8.0 2026-02-23 0.8.0 Release Notes
0.7.0 2026-01-21 0.7.0 Release Notes
0.6.1 2025-12-01 0.6.1 Release Notes
0.6.0 2025-11-18 0.6.0 Release Notes
0.5.0 2025-10-22 0.5.0 Release Notes

Packages Overview

We offer the following PyPI packages to create conversational experiences based on Agents:

Package Name PyPI Version Description
microsoft-agents-activity PyPI Types and validators implementing the Activity protocol spec.
microsoft-agents-hosting-core PyPI Core library for Microsoft Agents hosting.
microsoft-agents-hosting-aiohttp PyPI Configures aiohttp to run the Agent.
microsoft-agents-hosting-fastapi PyPI Configures fastapi to run the Agent.
microsoft-agents-hosting-msteams PyPI Provides classes to host an Agent for Teams.
microsoft-agents-hosting-dialogs PyPI Dialog system with waterfall dialogs, prompts, and multi-turn conversation management.
microsoft-agents-hosting-slack PyPI Provides classes to host an Agent for Slack.
microsoft-agents-storage-blob PyPI Extension to use Azure Blob as storage.
microsoft-agents-storage-cosmos PyPI Extension to use CosmosDB as storage.
microsoft-agents-authentication-msal PyPI MSAL-based authentication for Microsoft Agents.
microsoft-agents-authentication-entra-auth-sidecar PyPI Credential-free Entra ID Agent ID authentication via the sidecar.

Additionally we provide a Copilot Studio Client, to interact with Agents created in CopilotStudio:

Package Name PyPI Version Description
microsoft-agents-copilotstudio-client PyPI Direct to Engine client to interact with Agents created in CopilotStudio

Installation

pip install microsoft-agents-hosting-teams

Key Classes Reference

  • TeamsActivityHandler - Main handler class with Teams-specific event methods
  • TeamsInfo - Utility class for Teams operations (members, meetings, channels)
  • MessagingExtensionQuery/Response - Handle search and messaging extensions
  • TaskModuleRequest/Response - Interactive dialogs and forms
  • TabRequest/Response - Tab application interactions

Features Supported

Messaging Extensions - Search and action-based extensions
Task Modules - Interactive dialogs and forms
Adaptive Cards - Rich card interactions
Meeting Events - Start, end, participant changes
Team Management - Member operations, channel messaging
File Handling - Upload/download with consent flow
Tab Apps - Personal and team tab interactions
Proactive Messaging - Send messages to channels/users

Migration from Bot Framework

Bot Framework Teams Microsoft Agents Teams
TeamsActivityHandler TeamsActivityHandler
TeamsInfo TeamsInfo
on_teams_members_added on_teams_members_added_activity
MessagingExtensionQuery MessagingExtensionQuery
TaskModuleRequest TaskModuleRequest

Quick Links

Sample Applications

Name Description README
Quickstart Simplest agent Quickstart
Auto Sign In Simple OAuth agent using Graph and GitHub auto-signin
OBO Authorization OBO flow to access a Copilot Studio Agent obo-authorization
Semantic Kernel Integration A weather agent built with Semantic Kernel semantic-kernel-multiturn
Streaming Agent Streams OpenAI responses azure-ai-streaming
Copilot Studio Client Console app to consume a Copilot Studio Agent copilotstudio-client
Cards Agent Agent that uses rich cards to enhance conversation design cards

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microsoft_agents_hosting_teams-1.6.0.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

microsoft_agents_hosting_teams-1.6.0-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

Details for the file microsoft_agents_hosting_teams-1.6.0.tar.gz.

File metadata

File hashes

Hashes for microsoft_agents_hosting_teams-1.6.0.tar.gz
Algorithm Hash digest
SHA256 4e05e281fefe35ce6e75aa3f0afd047f76f4a22633a7bfc2df8888cc916b481c
MD5 fa135f648e614036d2ed17cb9d069ed4
BLAKE2b-256 04448a2e4192deda984e235eab6521e5664fe6b7adc3df23c388fcf9180addd5

See more details on using hashes here.

File details

Details for the file microsoft_agents_hosting_teams-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for microsoft_agents_hosting_teams-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 651dac3d7e888d82840715dd8196b7c093dea692ea2179bd99b9af24e627ca3c
MD5 ba62834e6edfec1c8ba135db43e9a746
BLAKE2b-256 1b63cb0565e3062e0bb714fd4a1e26b7c41825278e2fc0a79e9a1f147b396c87

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.6.0 This release

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.9.1

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.1

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page