Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garrytrinder/msteams-ai-hero-app
https://github.com/garrytrinder/msteams-ai-hero-app
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/garrytrinder/msteams-ai-hero-app
- Owner: garrytrinder
- Created: 2023-07-18T17:12:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T07:35:42.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:01:18.122Z (7 months ago)
- Language: TypeScript
- Size: 697 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microsoft Teams AI Hero App
This app is a proof of concept to prove that we can use Teams Toolkit v5 and Teams AI library to build a multi capability hero app. We are gathering questions and feedback into [this discussions document](./docs/teams-ai-toolkit-discussion-items.md).
## Get started
1. Install Teams Toolkit extension.
1. Create `env/.env.local` file and add environment variable placeholders.
1. Create `env/.env.local.user` and add environment variable placeholders.
1. Press `F5`.> Teams Toolkit will populate all the environment variable values on first run.
### env/.env.local
```
TEAMSFX_ENV=localBOT_ID=
TEAMS_APP_ID=
BOT_DOMAIN=
BOT_ENDPOINT=
TEAMS_APP_TENANT_ID=
```### env/.env.local.user
```
SECRET_BOT_PASSWORD=
```## Labs
- *01* Basic Bot
- *02* Teams AI Basic Bot
- *03* Azurite Storage