Skip to content

fix(hindsight): clarify pip dependency per mode in README - #7754

Closed
ten-ltw wants to merge 1 commit into
NousResearch:mainfrom
ten-ltw:fix/hindsight-readme-dependencies
Closed

fix(hindsight): clarify pip dependency per mode in README#7754
ten-ltw wants to merge 1 commit into
NousResearch:mainfrom
ten-ltw:fix/hindsight-readme-dependencies

Conversation

@ten-ltw

@ten-ltw ten-ltw commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes a documentation gap in plugins/memory/hindsight/README.md — the "Client Version" section implied that hindsight-client is the only required package, but local_embedded mode actually requires hindsight-all.

Changes

plugins/memory/hindsight/README.md:

Before:
```
Requires hindsight-client >= 0.4.22. The plugin auto-upgrades on session start if an older version is detected.
```

After: A dependency table is added:

Mode Package Minimum Version
cloud hindsight-client >= 0.4.22
local_external hindsight-client >= 0.4.22
local_embedded hindsight-all >= 0.5.0

With a clear note that hindsight-all is not auto-upgraded, and the install command to fix it.

Related Issue

Partially addresses the documentation concern raised in #7718 (the code fix for #7718 is submitted separately as PR #7745).

@ten-ltw ten-ltw closed this Apr 11, 2026
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