This sample shows how to incorporate a basic conversational flow into a Microsoft Teams application using Bot Framework and the Teams AI SDK.
This sample requires creating an OAuth Connection in Azure Bot Service, which provides a token store to store the token after sign-in.
Note that this bot will only work in tenants where the following graph scopes are permitted:
User.Read
-
Clone the repository
git clone https://github.com/Microsoft/teams-ai.git
-
Duplicate the
sample.env
. Rename the file to .env and fill in the variables with your keys.
The easiest and fastest way to get up and running is with Teams Toolkit as your development guide. To use Teams Toolkit to continue setup and debugging, please continue below. To read about other options, skip to Other ways to run the sample.
The easiest and fastest way to get up and running is with Teams Toolkit as your development guide. To use Teams Toolkit to automate setup and debugging, please continue below.
Otherwise, if you only want to run the bot locally and build manually, please jump to the BotFramework Emulator section. For different ways to test a sample see: Multiple ways to test
The simplest way to run this sample in Teams is to use Teams Toolkit for Visual Studio Code.
- Ensure you have downloaded and installed Visual Studio Code
- Install the Teams Toolkit extension
- Install the Python extension
- Install Poetry
- Select File > Open Folder in VS Code and choose this sample's directory from the repo
- Using the extension, sign in with your Microsoft 365 account where you have permissions to upload custom apps
- Ensure that you have set up the sample from the previous step.
- Trigger Python: Create Environment from command palette and create a virtual environment
- Select Debug > Start Debugging or F5 to run the app in a Teams web client.
- In the browser that launches, select the Add button to install the app to Teams.
If you do not have permission to upload custom apps (sideloading), Teams Toolkit will recommend creating and using a Microsoft 365 Developer Program account - a free program to get your own dev environment sandbox that includes Teams.