Setup & Installation
What This Skill Does
Python SDK for building agents that run in Microsoft Teams, Microsoft 365, and Copilot Studio. Uses aiohttp for hosting, AgentApplication for routing messages to handlers, and MSAL for authentication. Supports streaming responses via Azure OpenAI and direct Copilot Studio connections. The SDK handles JWT validation, MSAL token management, and activity routing so you don't have to wire up the Bot Framework protocol manually.
When to use it
- Working with m365 agents py functionality
- Implementing m365 agents py features
- Debugging m365 agents py related issues
