Integration library for hosting Microsoft Agents applications using the aiohttp web framework. Version 0.9.0 supports Python >=3.10 and provides middleware and routing for building agent-based HTTP services.
pip install microsoft-agents-hosting-aiohttpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an aiohttp web application with Microsoft Agent hosting middleware.
Update import to 'from microsoft.agents.hosting.aiohttp import ...'
Pass adapter=CloudAdapter(...) instead of settings dict.
Set BOT_APP_ID and BOT_APP_PASSWORD environment variables, or use CloudAdapter with app_id='' and password='' for local testing.