This repository contains code for the Python version of the Microsoft Bot Framework SDK, which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
This SDK enables developers to model conversation and build sophisticated bot applications using Python. SDKs for JavaScript, .NET and Java (preview) are also available.
To get started building bots using the SDK, see the Azure Bot Service Documentation.
For more information jump to a section below.
- Build status
- Packages
- Getting started
- Getting support and providing feedback
- Contributing and our code of conduct
- Reporting security issues
Branch | Description | Build Status | Coverage Status | Code Style |
---|---|---|---|---|
Main | 4.15.0 Builds |
Build | Released Package |
---|---|
botbuilder-ai | |
botbuilder-applicationinsights | |
botbuilder-azure | |
botbuilder-core | |
botbuilder-dialogs | |
botbuilder-schema | |
botframework-connector |
|
To get started building bots using the SDK, see the Azure Bot Service Documentation.
The Bot Framework Samples includes a rich set of samples repository.
If you want to debug an issue, would like to contribute, or understand how the Bot Builder SDK works, instructions for building and testing the SDK are below.
Python "Virtual Environments" allow Python packages to be installed in an isolated location for a particular application, rather than being installed globally, as such it is common practice to use them. Click here to learn more about creating and activating Virtual Environments in Python.
Clone a copy of the repo:
git clone https://github.com/Microsoft/botbuilder-python.git
Change to the SDK's directory:
cd botbuilder-python