hermes - 💡(How to fix) Fix Feature Request: On-Demand Memory Loading (Lazy Loading Mode)

Official PRs (…)
ON THIS PAGE

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…
RAW_BUFFERClick to expand / collapse

Currently, Hermes Agent injects the entire memory (user profile + personal notes) into every message as part of the system prompt. For users with large memories (e.g., 30k-50k characters), this consumes significant tokens on every interaction, even when the memory content is not relevant to the current conversation.

Add a configuration option to enable "on-demand" or "lazy loading" mode for memory:

memory:
  loading_mode: "lazy"  # Options: "always" (default), "lazy"

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