This repository hosts example AI Agents that you can deploy and use on Steamship in seconds.
Each sub-folder contains a fully-working example:
ai-character-with-stable-diffusion
- A character whose personality you can customize. Can generate Stable Diffusion images and send them back to the user.ai-character-with-voice
- A character you can customize and deploy. Responds to the user with a generated voice instead of text.question-answering-bot
- A QA Bot that can learn PDFs, YouTube transcripts, and text and then answer questions about them.
- Pick a starter project among the folders here. Copy and rename that folder so that it becomes your own.
- Follow the README.md instructions inside your new project
The best places to learn about adapting these starter projects are:
- The Agent Building Guidebook
- Chat with us on Twitter
- Email us! support [at] steamship [dot] com.
We welcome your own agent starter projects!
To contribute one:
- Clone this repository
- Create your example in its own folder
- Deploy your example agent to Steamship
- Send us a pull request, along with the example agent handle for us to try