docs(hermes): update integration docs for plugin overhaul (hermes-agent#5094)#881
Merged
Conversation
a9073b9 to
f6ef79a
Compare
Reflects changes from NousResearch/hermes-agent#5094: - Replace pip install quick start with hermes memory setup wizard - Update config path to ~/.hermes/hindsight/config.json with flat snake_case keys - Add memory_mode (hybrid/context/tools) and prefetch_method (recall/reflect) - Add LLM provider config section for local mode with all 7 providers and default models - Add HINDSIGHT_MODE, HINDSIGHT_LLM_API_KEY, HINDSIGHT_API_URL env vars - Update local daemon section with auto-start behavior and log paths - Fix URL: app.hindsight.vectorize.io -> ui.hindsight.vectorize.io - Note tools only registered in hybrid/tools modes
f6ef79a to
6ab8425
Compare
…d connection modes
nicoloboschi
added a commit
that referenced
this pull request
Apr 8, 2026
…mory provider Hermes Agent now ships with a native Hindsight memory provider (NousResearch/hermes-agent#5094), making our pip-installable hindsight-hermes package redundant. Removes: - hindsight-integrations/hermes/ (source, tests, config) - CI job, release script entry, changelog generator references - Cookbook page and pip package changelog (referenced deleted code) Keeps: - Integration docs (updated by #881 for native provider) - Blog posts (historical, already have deprecation notices) - Sidebar/banner entries (still valid for native integration)
3 tasks
nicoloboschi
added a commit
that referenced
this pull request
Apr 8, 2026
…mory provider Hermes Agent now ships with a native Hindsight memory provider (NousResearch/hermes-agent#5094), making our pip-installable hindsight-hermes package redundant. Removes: - hindsight-integrations/hermes/ (source, tests, config) - CI job, release script entry, changelog generator references - Cookbook page and pip package changelog (referenced deleted code) Keeps: - Integration docs (updated by #881 for native provider) - Blog posts (historical, already have deprecation notices) - Sidebar/banner entries (still valid for native integration)
nicoloboschi
added a commit
that referenced
this pull request
Apr 8, 2026
* chore: drop hindsight-hermes integration in favor of native Hermes memory provider Hermes Agent now ships with a native Hindsight memory provider (NousResearch/hermes-agent#5094), making our pip-installable hindsight-hermes package redundant. Removes: - hindsight-integrations/hermes/ (source, tests, config) - CI job, release script entry, changelog generator references - Cookbook page and pip package changelog (referenced deleted code) Keeps: - Integration docs (updated by #881 for native provider) - Blog posts (historical, already have deprecation notices) - Sidebar/banner entries (still valid for native integration) * fix(docs): remove broken cookbook link to deleted hermes-memory page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uv pip install hindsight-hermesquick start withhermes memory setupwizard andhermes config setmanual alternative~/.hindsight/hermes.json(camelCase) to~/.hermes/hindsight/config.json(flat snake_case keys)memory_mode(hybrid/context/tools) andprefetch_method(recall/reflect) config optionsHINDSIGHT_MODE,HINDSIGHT_LLM_API_KEY,HINDSIGHT_API_URLenv vars to tableapp.hindsight.vectorize.io→ui.hindsight.vectorize.iohybridandtoolsmemory modesTracks: NousResearch/hermes-agent#5094