You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Breaking Change: Recent updates have changed the Python import structure from microsoft.agents to microsoft_agents (using underscores instead of dots). Please update your imports accordingly.
Import Examples
# Activity types and modelsfrommicrosoft_agents.activityimportActivity# Core hosting functionalityfrommicrosoft_agents.hosting.coreimportTurnContext# aiohttp hostingfrommicrosoft_agents.hosting.aiohttpimportstart_agent_process# Teams-specific functionality (compatible only with activity handler)frommicrosoft_agents.hosting.teamsimportTeamsActivityHandler# Azure Blob storagefrommicrosoft_agents.storage.blobimportBlobStorage# CosmosDB storagefrommicrosoft_agents.storage.cosmosimportCosmosDbStorage# MSAL authenticationfrommicrosoft_agents.authentication.msalimportMsalAuth# Copilot Studio clientfrommicrosoft_agents.copilotstudio.clientimportCopilotClient