Skip to content

docs: add Mnemosyne to memory providers page#34679

Closed
AxDSan wants to merge 1 commit into
NousResearch:mainfrom
AxDSan:docs/add-mnemosyne-memory-provider
Closed

docs: add Mnemosyne to memory providers page#34679
AxDSan wants to merge 1 commit into
NousResearch:mainfrom
AxDSan:docs/add-mnemosyne-memory-provider

Conversation

@AxDSan

@AxDSan AxDSan commented May 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Mnemosyne — a local-first, zero-cloud memory provider — to the memory providers page. 23 tools, SQLite-backed vector search + FTS5 hybrid ranking, knowledge graph, episodic consolidation, multi-agent validation, shared surface, and import/export. No API keys. No network calls.

Changes

  • New section in memory-providers.md with setup, tools, capabilities, key features
  • New comparison table row — unique angle: local-first, free, most tools of any provider
  • Removed stale '8 providers' counts (switched to 'supported providers') so the page doesn't need constant maintenance as the ecosystem grows
  • Cross-reference updates in memory.md, overview.md, integrations/index.md and their Chinese (zh-Hans) i18n counterparts

Alignment with Contributing Guidelines

Per CONTRIBUTING.md policy (enforced in prior submissions like #34271), new memory providers must be standalone plugin repos — not in-tree additions under plugins/memory/. Mnemosyne follows this convention: the adapter ships as pip install mnemosyne-hermes with entry-point discovery via mnemosyne-hermes install, no plugin.yaml or core changes needed.

Setup:

pip install mnemosyne-hermes
mnemosyne-hermes install
hermes config set memory.provider mnemosyne

No API key. No cloud. Just local SQLite with vector search at $HERMES_HOME/mnemosyne/.

Adds Mnemosyne as a documented external memory provider alongside
Memori. Mnemosyne is a local-first, zero-cloud memory provider with
23 tools, vector search + FTS5 hybrid ranking, knowledge graph,
episodic consolidation, multi-agent validation, and shared surface.

Changes:
- Add Mnemosyne section with setup, tools, and key capabilities
- Add Mnemosyne row to the comparison table
- Remove stale '8 providers' count from header and cross-references
  (replace with 'supported providers' to stay maintainable)
- Update cross-references in overview.md, memory.md, integrations/index.md
- Same updates in Chinese (zh-Hans) i18n files
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have comp/plugins Plugin system and bundled plugins tool/memory Memory tool and memory providers labels May 29, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Competing PR with #34356 — both add Mnemosyne to the memory providers documentation page (same author, same goal: closes #34271). This PR has broader scope (touches 6 files including i18n counterparts and cross-references).

@AxDSan

AxDSan commented May 29, 2026

Copy link
Copy Markdown
Contributor Author

Good catch — I see #34356 from @Bartok9 went up at 04:17 UTC, about 12 hours before this one. Credit where it's due for first submission.

The two PRs overlap on the core docs section but diverge in scope:

Best path IMO: merge scopes into whichever PR the maintainers prefer as the base. Happy to forward-port the i18n/cross-ref/stale-count changes onto #34356 if that's cleaner — those aren't Mnemosyne-specific, they're general doc hygiene.

@AxDSan

AxDSan commented May 29, 2026

Copy link
Copy Markdown
Contributor Author

Closing in favor of @Bartok9's #34356 — they were first.

I've rebased their work with our extra improvements (i18n zh-Hans translations, cross-reference updates in memory.md and integrations/index.md, stale '8 providers' count cleanup) into a single unified PR. See #34681 for the combined branch.

@AxDSan

AxDSan commented May 29, 2026

Copy link
Copy Markdown
Contributor Author

Update: I've pushed the cross-reference hygiene changes (overview.md, memory.md, integrations/index.md + zh-Hans + stale count fix) as a PR into @Bartok9's branch here: Bartok9#2

If they merge it, #34356 becomes the single unified PR — core section + cross-refs + i18n. One merge, everything clean.

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

Labels

comp/plugins Plugin system and bundled plugins P3 Low — cosmetic, nice to have tool/memory Memory tool and memory providers type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants