Skip to main content

LiteLLM Changelog

hindsight-litellm — universal LLM memory integration via LiteLLM.

← LiteLLM integration

0.5.2

Bug Fixes

  • Fix conversation storage when using streaming LiteLLM responses.·@DK09876@DK09876·ac5181f5

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

  • When no explicit Hindsight query is provided, the integration now uses the most recent user message as the query to avoid missing/empty memory lookups. (5e8952c5)
  • Fix API key handling by passing the configured api_key through to the Hindsight client in the LiteLLM integration. (c0ca9b02)