Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# AI Agent App Template (Bolt for Python)

This Bolt for Python template demonstrates how to build [AI Apps](https://docs.slack.dev/ai/) in Slack.
This Bolt for Python template demonstrates how to build [AI Apps](https://docs.slack.dev/ai/) in Slack, using models from [OpenAI](https://openai.com).

Models from [OpenAI](https://openai.com) are used and can be customized for prompts of all kinds.
## App overview

Setting up this app can provide you with an AI agent that enables the following flow:

* Users open the assistant side panel in Slack and see suggested prompts.
* The app calls OpenAI's API when a user selects a prompt or sends a message.
* The app streams in its response, which can be a combination of text and tasks.
* Users provide feedback via buttons.

## Setup

Expand Down