v2.13.0
TL;DR
- Added Docker.
- Added pulses inspired by MemGPT heartbeat, a thing that wakes the LLM periodically to give updates to the user like an event in his calendar, some route that you asked to be kept informed, etc. Generally things in the LLM core memory, conversational window and things from the tools enabled. There is also a way to ask the LLM to schedule a heartbeat, though they won't persist a reset.
- (Re) Added a queue system.
- Added a
!reset lc_mem
command that only deletes the conversation memory, and not the core memory. - If you are updating you will need to update your
.env
variables.
What's Changed
- Docker by @Luisotee in #308
- Command to delete memory from lc conversations by @Luisotee in #309
- Pulses by @Luisotee in #310
Full Changelog: v2.12.0...v2.13.0