Skip to content

docs(integrations): add Hindsight long-term memory integration#315

Open
DK09876 wants to merge 1 commit into
BerriAI:mainfrom
DK09876:integrations/hindsight
Open

docs(integrations): add Hindsight long-term memory integration#315
DK09876 wants to merge 1 commit into
BerriAI:mainfrom
DK09876:integrations/hindsight

Conversation

@DK09876

@DK09876 DK09876 commented Jun 8, 2026

Copy link
Copy Markdown

Summary

Adds a documentation page for hindsight-litellm, an open-source long-term memory integration for LiteLLM.

hindsight-litellm wraps litellm.completion to:

  • inject relevant long-term memories into the prompt before each call, and
  • store the conversation back to Hindsight afterward (async by default),

so any of LiteLLM's 100+ providers gains persistent, cross-session memory with no change to how you call completion(). It works against Hindsight Cloud out of the box or a self-hosted server.

Changes

  • New page docs/integrations/hindsight.md — modeled on the existing Letta integration page (Cloud + self-hosted tabs, recall vs reflect memory modes, per-call overrides, how-it-works, config reference).
  • Sidebar — entry under Agent SDKs, next to Letta.
  • Integrations index — a NavigationCard in the Agent SDKs section.

Testing

  • npm run build succeeds. The new page compiles and its internal links resolve; the only broken-anchor warnings in the build are pre-existing ones on release_notes/* pages, unrelated to this change.

Context

The hindsight-litellm package is published on PyPI and implements LiteLLM's CustomLogger interface. Hindsight is positioned alongside Letta as a memory layer for agents. Happy to adjust placement, wording, or trim the page if the maintainers prefer a lighter footprint.

Adds a docs page for hindsight-litellm, which wraps litellm.completion to
inject relevant long-term memories before each call and store conversations
back to Hindsight afterward. Works with any LiteLLM provider, against
Hindsight Cloud or a self-hosted server.

- New page docs/integrations/hindsight.md (modeled on the Letta page)
- Sidebar entry under Agent SDKs, next to Letta
- NavigationCard on the integrations index
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Jun 8, 2026 11:21pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant