LiteLLM Changelog
hindsight-litellm — universal LLM memory integration via LiteLLM.
0.5.2
Bug Fixes
0.5.1
Improvements
- Add bundled type information for better type-checking support when using the integration in typed Python projects. (
d054b884) - Improve security and stability by updating and constraining the LiteLLM dependency, including excluding a compromised version. (
8a2388a4)
Bug Fixes
- Set an identifying User-Agent header on all HTTP requests to improve compatibility with providers and proxies. (
9372462e)
0.5.0
Features
- Add streaming support when using the LiteLLM wrapper integration. (
665877bb) - Add async retain and reflect support, along with a cleaned-up LiteLLM integration API. (
1d4879a2) - Initial release of the Hindsight LiteLLM integration implementation. (
dfccbf29)
Improvements
- Support sending tags and mission metadata through the LiteLLM integration to improve memory organization and retrieval. (
f3c5a9c1)
Bug Fixes