botbuilder-integration-aiohttp
Microsoft Bot Framework Bot Builder
What it is and what it does
This package provides an aiohttp adapter for the Microsoft Bot Framework, allowing you to host a bot within an aiohttp-based web application. It bridges the Bot Framework's core components with aiohttp's asynchronous HTTP handling, enabling your bot to receive and respond to messages through HTTP endpoints in an async context.
The package depends on botbuilder-core, botbuilder-schema, botframework-connector, aiohttp, and yarl. It is classified as Production/Stable but the underlying repository was archived on 2026-01-05, meaning it receives no active maintenance or updates. This makes it suitable only for existing deployments or projects that do not require ongoing support.
Use it for:
- Host a Bot Framework bot in an existing aiohttp application without blocking I/O.
- Integrate bot message handling into an async Python web service.
- Connect a bot to multiple channels through the Bot Framework connector in an async environment.
- Build a lightweight bot endpoint that handles concurrent requests asynchronously.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates a Microsoft Bot Framework bot into an aiohttp web application, enabling asynchronous HTTP request handling for bot interactions.
Yes, but with caution: the package has low install friction and no known vulnerabilities, but the archived repository and abandoned maintenance status mean no future fixes or updates. Install only if you are maintaining an existing bot deployment or do not require ongoing support. For new projects, evaluate whether an actively maintained alternative exists.
Install
botbuilder-integration-aiohttp on PyPI
pip
pip install botbuilder-integration-aiohttpuv
uv add botbuilder-integration-aiohttppoetry
poetry add botbuilder-integration-aiohttpInstalling botbuilder-integration-aiohttp
Before you install
Low install friction with a pure-Python wheel. However, the repository is archived and maintenance status is abandoned as of 2026-01-05, meaning no active support or security updates should be expected.
License in practice
MIT license permits commercial and private use with minimal restrictions, requiring only attribution and inclusion of the license text.
Quickstart
pip install botbuilder-integration-aiohttp
from botbuilder.integration.aiohttp import CloudAdapter
from botbuilder.core import BotFrameworkAdapter
adapter = CloudAdapter()
Requires Python 3.7.0 or later; aiohttp and botbuilder-core must be installed as runtime dependencies.
Verify before relying
- Whether the abandoned status affects compatibility with current aiohttp or botbuilder-core versions
- Whether security patches for dependencies are still viable given the archived repository
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — botbuilder-schema, botframework-connector, botbuilder-core, yarl, aiohttp |
| Maintenance | abandoned — 221 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 538,010/month — #6,116 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: botbuilder_integration_aiohttp-4.17.1-py3-none-any.whl
Keywords: BotBuilderIntegrationAiohttp, bots, ai, botframework, botbuilder
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
botbuilder-coreProvides the core SDK for building bots that…
permissive · top 5,000 on PyPI
botframework-connectorEnables Python bots to send and receive…
permissive · top 5,000 on PyPI
botframework-streamingProvides streaming protocol support for…
permissive · top 5,000 on PyPI
fastapi-poeImplements the Poe protocol using FastAPI,…
permissive · top 15,000 on PyPI
botbuilder-schemaProvides serialized data schemas and message…
permissive · top 5,000 on PyPI
microsoft-agents-hosting-aiohttpProvides HTTP hosting integration for Microsoft…
permissive · top 15,000 on PyPI
python-telegram-botProvides a pure Python asynchronous interface…
copyleft · top 1,000 on PyPI
aiohttp-wsgiRuns WSGI applications like Django and Flask on…
permissive · top 15,000 on PyPI
azure-ai-agentserver-agentframeworkWraps an Agent-framework agent to host it on…
unclear · top 15,000 on PyPI
pyTelegramBotAPIA Python library that wraps the Telegram Bot…
copyleft · top 5,000 on PyPI