Skip to content

docs(hermes): update integration docs for plugin overhaul (hermes-agent#5094)#881

Merged
benfrank241 merged 6 commits into
mainfrom
feat/hermes-docs-overhaul
Apr 6, 2026
Merged

docs(hermes): update integration docs for plugin overhaul (hermes-agent#5094)#881
benfrank241 merged 6 commits into
mainfrom
feat/hermes-docs-overhaul

Conversation

@benfrank241

Copy link
Copy Markdown
Member

Summary

  • Replace uv pip install hindsight-hermes quick start with hermes memory setup wizard and hermes config set manual alternative
  • Update config path from ~/.hindsight/hermes.json (camelCase) to ~/.hermes/hindsight/config.json (flat snake_case keys)
  • Add memory_mode (hybrid/context/tools) and prefetch_method (recall/reflect) config options
  • Add LLM provider config section for local mode — all 7 providers with per-provider model defaults
  • Add HINDSIGHT_MODE, HINDSIGHT_LLM_API_KEY, HINDSIGHT_API_URL env vars to table
  • Document local daemon auto-start behavior and log paths
  • Fix URL: app.hindsight.vectorize.ioui.hindsight.vectorize.io
  • Note tools only registered in hybrid and tools memory modes

Tracks: NousResearch/hermes-agent#5094

@benfrank241 benfrank241 force-pushed the feat/hermes-docs-overhaul branch 2 times, most recently from a9073b9 to f6ef79a Compare April 6, 2026 12:49
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
@benfrank241 benfrank241 force-pushed the feat/hermes-docs-overhaul branch from f6ef79a to 6ab8425 Compare April 6, 2026 12:52
@benfrank241 benfrank241 merged commit 98fee1e into main Apr 6, 2026
40 checks passed
@benfrank241 benfrank241 deleted the feat/hermes-docs-overhaul branch April 6, 2026 14:55
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
…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
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