hermes - 💡(How to fix) Fix [Feature Request] Hermes adapter: expose fact_store tools for holographic compatibility [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Background

Environment: Hermes v0.10.0 + holographic memory (fact_store/fact_feedback)

When switching to a different provider (e.g., EchoMind v1.1.0), the fact_store and fact_feedback tools are unavailable, breaking memory continuity across sessions.

Requested Feature

Expose fact_store / fact_feedback as adapter-level tools so any LLM provider can access holographic memory without requiring native implementation.

Proposed Solutions (pick one or combine)

  1. Tool shim — Wrap fact_store/fact_feedback in a local tool adapter that any provider can call via the standard tool protocol.
  2. Holographic bridge — A lightweight HTTP endpoint (e.g., localhost:<port>/holographic) that providers query for memory read/write.
  3. Canonical tool registration — Register fact_store/fact_feedback as named tools in the agent tool registry so switching providers automatically exposes them.

Impact

Allows provider-agnostic memory — users can switch models without losing context, session continuity, and learned facts.


Submitted via Hermes agent on behalf of user

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Feature Request] Hermes adapter: expose fact_store tools for holographic compatibility [1 pull requests]