botframework-streaming
Microsoft Bot Framework Bot Builder
What it is and what it does
botframework-streaming is a Microsoft-maintained library that adds streaming transport capabilities to the Bot Framework ecosystem. It handles the low-level protocol for bidirectional communication between bot services and clients, typically over WebSocket connections, and integrates with botbuilder-schema and botframework-connector to form the transport layer of a bot application.
The package is positioned as a stable, production-ready component within the broader Bot Framework Python suite. However, its repository is now archived and abandoned, meaning no new features or bug fixes are being developed. It remains available for existing projects that depend on it, but teams building new bots should verify whether the entire Bot Framework Python ecosystem is still the right choice for their use case.
Use it for:
- Building Python bots that communicate with Bot Framework services using streaming transports instead of HTTP polling.
- Integrating custom bot services with Microsoft Bot Framework's connector infrastructure over persistent connections.
- Enabling real-time, bidirectional messaging between bot backends and clients in low-latency scenarios.
- Extending existing Bot Framework deployments with streaming protocol support for improved responsiveness.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides streaming protocol support for Microsoft Bot Framework bots, enabling bidirectional communication between bot services and clients over WebSocket or similar streaming transports.
Yes, but with caution. The package has low install friction and no known vulnerabilities, and it remains in production/stable status. However, the archived repository and abandoned maintenance status mean no future updates or support. Install only if you are maintaining an existing bot that already depends on it, or if you have thoroughly verified that the entire Bot Framework Python ecosystem meets your current needs and you accept the risk of no upstream maintenance.
Install
botframework-streaming on PyPI
pip
pip install botframework-streaminguv
uv add botframework-streamingpoetry
poetry add botframework-streamingInstalling botframework-streaming
Before you install
Low install friction with a pure Python wheel. However, the repository is archived and marked as abandoned, with no releases since 2026-01-05 (221 days ago). This signals the package is no longer actively maintained, though it remains in production/stable status.
License in practice
MIT license is permissive and imposes minimal restrictions. You may use, modify, and distribute this package freely in commercial or private projects, provided you retain the copyright notice.
Quickstart
pip install botframework-streaming
from botframework_streaming.streaming_session import StreamingSession
from botframework_connector import ConnectorClient
# Use with botbuilder-schema and botframework-connector for bot communication
Requires Python >= 3.7.0 as stated in the package documentation.
Verify before relying
- Whether the abandoned status affects compatibility with current Bot Framework versions or Microsoft cloud services.
- Whether botbuilder-schema and botframework-connector are themselves actively maintained.
- Specific streaming protocol details and use-case scenarios beyond the generic description.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — botbuilder-schema, botframework-connector |
| Maintenance | abandoned — 221 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 1,261,380/month — #4,148 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: botframework_streaming-4.17.1-py3-none-any.whl
Keywords: BotFrameworkStreaming, bots, ai, botframework, botframework
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
fastapi-poeImplements the Poe protocol using FastAPI,…
permissive · top 15,000 on PyPI
botbuilder-integration-aiohttpIntegrates a Microsoft Bot Framework bot into…
permissive · top 15,000 on PyPI
botbuilder-schemaProvides serialized data schemas and message…
permissive · top 5,000 on PyPI
line-bot-sdkSDK for building LINE bots that handles webhook…
permissive · top 5,000 on PyPI
websocketProvides WebSocket protocol support for…
permissive · top 15,000 on PyPI
pyTelegramBotAPIA Python library that wraps the Telegram Bot…
copyleft · top 5,000 on PyPI
simple-websocketProvides a straightforward WebSocket server and…
permissive · top 1,000 on PyPI
Flask-SocketIOFlask-SocketIO adds real-time bidirectional…
permissive · top 5,000 on PyPI