Skip to content

docs: add Hermes Agent memory integration#295

Merged
prrao87 merged 6 commits into
mainfrom
docs/hermes-agent-memory-integration
Jul 2, 2026
Merged

docs: add Hermes Agent memory integration#295
prrao87 merged 6 commits into
mainfrom
docs/hermes-agent-memory-integration

Conversation

@prrao87

@prrao87 prrao87 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

What

Adds an integration page for the LanceDB memory plugin for Hermes Agent under Integrations → AI Platforms & Frameworks.

Hermes Agent (Nous Research) exposes a slot for external memory providers; this plugin fills it, giving Hermes durable, semantic recall across sessions with LanceDB as an embedded, local memory store.

Page structure

  • What & why / why LanceDB fits — the lexical-recall gap in built-in memory, and why an embedded vector store is a natural fit.
  • Install & activate<Steps> for plugins install → runtime deps → memory setup → verify.
  • The four toolslancedb_recall / remember / read / forget.
  • Walkthrough — the spine of the page: teach it a project convention, then remember → recall → read → forget across a fresh session, showing that a paraphrased query still recalls the fact (semantic vs. keyword).
  • Retrieval modes, inspect the store, configuration, and a light one-line benchmark pointer to the blog.

Notes for review

  • Follows the existing Agno page's shape, voice, and Mintlify components (<Steps>, <Info>, <Tip>, CodeGroup-style blocks), closing on the Enterprise upsell.
  • Intentionally a CLI/YAML/transcript integration — no make snippets entries, since there's no Python/TS/Rust SDK surface to generate. The one Python one-liner (inspecting the store) reads a local ~/.hermes path, so it isn't CI-testable.
  • Benchmark kept to a single sentence linking out to the blog and harness, rather than reproducing the LongMemEval methodology in-docs.
  • mint validate and mint broken-links pass for this page (the two pre-existing tables/* snippet-export warnings are unrelated).

🤖 Generated with Claude Code

mintlify Bot and others added 5 commits June 1, 2026 09:55
Add an integration page for the LanceDB memory plugin for Hermes Agent, covering install and activation, the four memory tools, a remember -> recall -> read -> forget walkthrough, vector/hybrid retrieval modes, store inspection, and configuration. Wires the page into the AI Platforms & Frameworks nav group.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jul 2, 2026, 7:19 PM

@prrao87 prrao87 merged commit e866005 into main Jul 2, 2026
2 checks passed
@prrao87 prrao87 deleted the docs/hermes-agent-memory-integration branch July 2, 2026 19:23
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