hermes - 💡(How to fix) Fix [Bug]: Memory limits agent creativity [1 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#17177Fetched 2026-04-29 06:36:54
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Code Example

N/A

---
RAW_BUFFERClick to expand / collapse

Bug Description

Three days ago I asked Hermes to write a little tale for my little daughter. And then a day later I asked again, and it was very similar, and also the name of the protagonist was exactly the same. I got curious, and asked to create short story with totally different parameters. The story had somewhat similar beats, and the protagonist have the exact same name. Changed the model provider, changed the story parameters, and the result was the same: same beats, and the protagonist's name was exactly the same.

Deleted all the sessions data and sqlite memory files. The issue persisted with all providers.

Using grep I tried to find all the files which contains the name of the protagonist. Deleted them all, also deleted the sessions data and sqlite memory files. Asking for a story, the main character was still called by the same name.

In the past day i tried to delete everything, still the issue persist. The only thing I haven't tried yet is reinstalling the whole agent.

Even if reinstalling worked, there would still be a need for a state similar to browsers "incognito mode", where tasks could be assigned to the agent without any memory, and without having to delete files or reinstall the agent.

Steps to Reproduce

Ask a creative task, and check for similarities.

Expected Behavior

For creative task it should be a way to instruct the agent to forget everything learned.

Actual Behavior

The agent treats creative tasks as if they were tedious, repetitive chores, and it seems takes effort to optimize them.

Affected Component

Agent Core (conversation loop, context compression, memory)

Messaging Platform (if gateway-related)

No response

Debug Report

N/A

Operating System

Ubuntu 22.04

Python Version

Python: 3.11.15

Hermes Version

Hermes Agent v0.11.0 (2026.4.23)

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

Reinstalling the Hermes Agent may resolve the issue, but a more permanent solution would be to implement an "incognito mode" to allow the agent to forget previous tasks.

Guidance

  • The issue seems to be related to the agent's memory and context compression, as deleting sessions data and sqlite memory files did not resolve the problem.
  • To verify the issue, try assigning a creative task to the agent and check for similarities with previous tasks.
  • Consider implementing an "incognito mode" or a way to instruct the agent to forget previous tasks, as this would provide a more permanent solution.
  • If reinstalling the agent resolves the issue, it may indicate that there is a problem with the agent's memory management or context compression.

Example

No code snippet is provided as the issue does not contain enough technical details to create a specific example.

Notes

The issue lacks detailed technical information, and the proposed fix is based on the user's description of the problem. Further investigation and debugging may be necessary to determine the root cause of the issue.

Recommendation

Apply workaround: Reinstall the Hermes Agent, as this may resolve the issue temporarily, and consider implementing an "incognito mode" for a more permanent solution.

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