JoaoPito / ayanami-bot

Your AI-powered assistant that customizes itself to automate your tasks, conveniently in a Telegram bot
GNU General Public License v3.0
0 stars 0 forks source link

Issue: Lack of persistent memory #5

Open JoaoPito opened 1 month ago

JoaoPito commented 1 month ago

The agent loses the conversation history when the app stops, history is only located in memory and is limited to the last 20 messages. Use something like SQLite to persist memory locally in a DB.

JoaoPito commented 1 month ago

https://python.langchain.com/v0.1/docs/expression_language/how_to/message_history/