v2.12.0
TL;DR
- Added a core memory to the bot, this is supposed to store crucial info in a more permanent state (outside the limited memory)
- The LLM should add, delete and update those infos by itself. But you can facilitate it by telling the bot to use the tool
- When updating, you will need to do a
pnpm build
which shouldn't reset your database anymore. - This is the first step towards a bunch of features that I have been wanting to add, you can check those in the projects tab
What's Changed
- GitHub models support by @Luisotee in #306
- Initial implementation of core memory by @Luisotee in #307
Full Changelog: v2.11.0...v2.12.0