This starter project contains the necessary scaffolding to deploy LangChain Agents with memory and connect them to Telegram.
Get started: https://twitter.com/eniascailliau/status/1658544730324492303
Add/Edit voice: https://twitter.com/eniascailliau/status/1658841969211088905
Getting your agent online only takes 4 steps. If not, shoot me a message on Discord. Happy to help you out.
src/api.py
pip install --upgrade -r requirements.txt
ship deploy && ship use
To run your companion locally:
pip install -r requirements.txt
python src/api.py
To deploy your companion & connect it to Telegram:
pip install -r requirements.txt
ship deploy && ship use
You will need to fetch a Telegram key to connect your companion to Telegram. This guide will show you how.
If you want to set-up billing you will need to fetch a payment provider key. This guide will show you how.
..in a Local VS Code Container
Just click here:
..in a Web VS Code Container
..on localhost with your own IDE
Clone this repository, then set up a Python virtual environment with:
pip install -r requirements.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.