botbuilder-core
Microsoft Bot Framework Bot Builder
What it is and what it does
BotBuilder-Core is Microsoft's Python SDK for building bots that communicate with users through channels configured in the Bot Framework Portal. It provides the foundational abstractions and adapters needed to handle incoming messages, manage conversation state, and route interactions across multiple channels. The package depends on four runtime libraries: botbuilder-schema (for message schemas), botframework-connector (for channel communication), botframework-streaming (for streaming protocols), and jsonpickle (for serialization).
The package is classified as Production/Stable but the underlying repository is archived and abandoned as of the latest commit on 2026-01-05. This means no new features, bug fixes, or security patches are being released. It remains suitable for maintaining existing bots or learning Bot Framework concepts, but new projects should evaluate whether an actively maintained alternative exists or whether the framework itself remains the right choice for your use case.
Use it for:
- Maintain or extend an existing bot built with the Bot Framework that is already in production.
- Build a simple chatbot that integrates with Microsoft Teams or other Bot Framework-configured channels.
- Prototype a conversational AI application to understand Bot Framework architecture and message handling patterns.
- Migrate legacy bots from older Bot Framework versions by using this SDK as a stable baseline.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the core SDK for building bots that exchange messages with users on Bot Framework channels configured in the Bot Framework Portal.
No, unless you are actively maintaining an existing bot already built with this SDK. The repository is archived and abandoned, with no recent maintenance or security updates. New projects should seek an actively maintained Bot Framework SDK or alternative conversational AI framework. If you must use it, be aware that you will not receive bug fixes, security patches, or compatibility updates for newer Python versions.
Install
botbuilder-core on PyPI
pip
pip install botbuilder-coreuv
uv add botbuilder-corepoetry
poetry add botbuilder-coreInstalling botbuilder-core
Before you install
Low install friction with a pure-wheel distribution. However, the repository is archived and marked as abandoned, with the last commit on 2026-01-05 and no active maintenance—use only if you are maintaining existing bots or cannot migrate to an actively supported alternative.
License in practice
Licensed under MIT (permissive), so you may use, modify, and distribute it freely in commercial and private projects with minimal restrictions.
Quickstart
pip install botbuilder-core
from botbuilder.core import BotFrameworkAdapter, TurnContext
adapter = BotFrameworkAdapter(app_id, app_password)
# Configure adapter and handle incoming messages
Requires Python >= 3.7.0; the repository is archived and no longer maintained, so you may encounter compatibility issues with newer Python versions or dependencies.
Verify before relying
- Whether the package remains compatible with Python versions beyond 3.7 given the abandoned maintenance status.
- Current state of the four runtime dependencies (botbuilder-schema, botframework-connector, botframework-streaming, jsonpickle) and whether they are still maintained.
- Whether Microsoft provides any alternative or successor SDK for Bot Framework development in Python.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — botbuilder-schema, botframework-connector, botframework-streaming, jsonpickle |
| Maintenance | abandoned — 221 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 1,262,239/month — #4,146 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: botbuilder_core-4.17.1-py3-none-any.whl
Keywords: BotBuilderCore, 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-integration-aiohttpIntegrates a Microsoft Bot Framework bot into…
permissive · top 15,000 on PyPI
botframework-streamingProvides streaming protocol support for…
permissive · top 5,000 on PyPI
botframework-connectorEnables Python bots to send and receive…
permissive · top 5,000 on PyPI
botbuilder-schemaProvides serialized data schemas and message…
permissive · top 5,000 on PyPI
fastapi-poeImplements the Poe protocol using FastAPI,…
permissive · top 15,000 on PyPI
line-bot-sdkSDK for building LINE bots that handles webhook…
permissive · top 5,000 on PyPI
knackKnack is a Python framework for building…
permissive · top 5,000 on PyPI
azure-mgmt-botserviceProvides Python bindings to manage Azure Bot…
permissive · top 5,000 on PyPI
google-cloud-dialogflow-cxPython client library for Google Cloud…
permissive · top 5,000 on PyPI
python-telegram-botProvides a pure Python asynchronous interface…
copyleft · top 1,000 on PyPI