v2.8.0
TL;DR
- Changed langchain agent to tool calling in OpenAI models.
- This massively improves performance, eliminating the need to delete memory with every message and making it much more reliable. I highly recommend using an OpenAI model for now.
- In the next few days, support for tool calling will also come for Anthropic and Google models.
What's Changed
- Updated langchain to 0.1.36 by @Luisotee in #291
- Tool calling agent for OpenAI models by @Luisotee in #292
Full Changelog: v2.7.0...v2.8.0