8000 GitHub - rusty0209/botbuilder-python: The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
[go: up one dir, main page]

Skip to content

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.

License

Notifications You must be signed in to change notification settings

rusty0209/botbuilder-python

 
 

Bot Framework SDK v4 Python

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

Branch Description Build Status Coverage Status Code Style
Main 4.15.0 Builds Build Status Coverage Status Code style: black

Packages

Build Released Package
botbuilder-ai PyPI version
botbuilder-applicationinsights PyPI version
botbuilder-azure PyPI version
botbuilder-core PyPI version
botbuilder-dialogs PyPI version
botbuilder-schema PyPI version
botframework-connector PyPI version

|

Getting Started

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.

Prerequisites