hermes - 💡(How to fix) Fix [Bug]: Agent has no memory function at all [3 comments, 2 participants]

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…
GitHub stats
NousResearch/hermes-agent#20245Fetched 2026-05-06 06:37:54
View on GitHub
Comments
3
Participants
2
Timeline
9
Reactions
0
Timeline (top)
labeled ×5commented ×3closed ×1

Error Message

Additional Logs / Traceback (optional)

Root Cause

Ive tried /store and /recall, ive tried multiple LLms, but my Hermes is like a 1 month old child......im assuming this isnt normal but I cannot find a solution. I chose Hermesover OpenClaw because of its fabled memory, so im guessing mine is broken?

Code Example

Debug report uploaded:
  Report       https://paste.rs/uFi4T
  agent.log    https://paste.rs/6j0ml
  gateway.log  https://paste.rs/6WU7V

---
RAW_BUFFERClick to expand / collapse

Bug Description

Ive tried for hours to fix this, no joy. The agent has ZERO memory...

ME: My name is X and my job is X, remeber this.

Agent: Nice to meet you, i have stored this. Me: (5 seconds later) Hermes what is my name? Agent: I dont have your personal information unless you tell me about it in this chat....

Ive tried /store and /recall, ive tried multiple LLms, but my Hermes is like a 1 month old child......im assuming this isnt normal but I cannot find a solution. I chose Hermesover OpenClaw because of its fabled memory, so im guessing mine is broken?

Steps to Reproduce

Run Hermes, Open Chat, Give it personal information, then ask it to repeat what you said or ask it your name....no go,nocapacity.

Expected Behavior

You name is X and your job is X as you just told me 20 seconds ago... Also i was kind of hoping memory would be long term so it learns my projects and likes, it says to me it can, right before it doesnt!

Actual Behavior

It has no memory AT ALL on second to the next, zero. Nothing, nil, nada, niet.

Affected Component

Agent Core (conversation loop, context compression, memory)

Messaging Platform (if gateway-related)

No response

Debug Report

Debug report uploaded:
  Report       https://paste.rs/uFi4T
  agent.log    https://paste.rs/6j0ml
  gateway.log  https://paste.rs/6WU7V

Operating System

26.04

Python Version

Python: 3.11.15

Hermes Version

Hermes Agent v0.12.0 (2026.4.30)

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

extent analysis

TL;DR

The issue might be related to the conversation loop or context compression in the Agent Core, and reviewing the debug reports could provide more insight into the memory issue.

Guidance

  • Review the uploaded debug reports (https://paste.rs/uFi4T, https://paste.rs/6j0ml, https://paste.rs/6WU7V) to identify any errors or patterns that could be causing the memory issue.
  • Check the Agent Core's conversation loop and context compression mechanisms to see if there are any configuration options or code changes that could improve memory retention.
  • Verify that the Hermes Agent version (v0.12.0) is the latest and if there are any known issues or updates related to memory management.
  • Test the Agent with different input and scenarios to see if the memory issue is consistent or specific to certain contexts.

Example

No code snippet is provided as the issue is more related to the Agent's behavior and configuration.

Notes

The issue might be specific to the Hermes Agent version or configuration, and more information from the debug reports or additional testing could be necessary to identify the root cause.

Recommendation

Apply workaround: The user could try to use a different version of the Hermes Agent or modify the conversation loop and context compression mechanisms to see if it improves the memory issue, as the current version (v0.12.0) might have a bug or limitation.

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 [Bug]: Agent has no memory function at all [3 comments, 2 participants]