skillfed

botbuilder-integration-aiohttp

Microsoft Bot Framework Bot Builder

botbuilder-integration-aiohttp v4.17.1 538.0K downloads/30d#6,116 on PyPI772
Permissive license MIT Abandoned released

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-aiohttp

uv

uv add botbuilder-integration-aiohttp

poetry

poetry add botbuilder-integration-aiohttp

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3.7Topic :: Scientific/Engineering :: Artificial Intelligence

Tags

aiohttp bot integrationbotbuilder aiohttp adapterasync bot framework webmicrosoft bot framework integrationaiohttp bot connector
bot-frameworkasync-http

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

botbuilder-core

Provides the core SDK for building bots that…

permissive · top 5,000 on PyPI

botframework-connector

Enables Python bots to send and receive…

permissive · top 5,000 on PyPI

botframework-streaming

Provides streaming protocol support for…

permissive · top 5,000 on PyPI

fastapi-poe

Implements the Poe protocol using FastAPI,…

permissive · top 15,000 on PyPI

botbuilder-schema

Provides serialized data schemas and message…

permissive · top 5,000 on PyPI

microsoft-agents-hosting-aiohttp

Provides HTTP hosting integration for Microsoft…

permissive · top 15,000 on PyPI

python-telegram-bot

Provides a pure Python asynchronous interface…

copyleft · top 1,000 on PyPI

aiohttp-wsgi

Runs WSGI applications like Django and Flask on…

permissive · top 15,000 on PyPI

azure-ai-agentserver-agentframework

Wraps an Agent-framework agent to host it on…

unclear · top 15,000 on PyPI

pyTelegramBotAPI

A Python library that wraps the Telegram Bot…

copyleft · top 5,000 on PyPI