Memory (7)

Official issues about agent memory and persistence. Sourced from the official GitHub repo; status derived from official labels; every entry links back to its source with a last-checked date.

#47349 Workaround P2 comp/agent

Feature: Configurable Memory Backends — disable memory.md, use honcho/fact_store only

This feature request proposes renaming memory.md to rules.md and adding configurable memory backends, since injecting all memory entries into every turn currently mixes always-needed rules with queryable facts and wastes tokens.

#38129 Investigating P3 comp/cron

[Bug]: Cron sessions expose the memory tool but memory is unavailable at runtime

In cron jobs, the memory tool is exposed to the agent but fails at runtime with 'Memory is not available', because cron sessions run with skip_memory=True while still inheriting the memory tool in their default toolset.

#34352 Investigating P3 comp/agent

Solving the Multi-Tenant Hermes Problem

This issue reports that memory operations bypass Hermes's hook system, making tenant isolation impossible without forking core, and proposes upstreaming a fix along with an open-source project called Hermes Swarm Map.

#14420 Fixed P2 comp/agent

My agent was unable to give me an accurate answer based on the previous context.

Using hermes chat with a custom Ollama endpoint and the local gemma4:e4b model, the agent fails to recall and use prior conversation context (such as a name the user gave it), producing inconsistent answers. Issue is closed as fixed.

#9514 Investigating P3 comp/agent

Feature: Single-Daemon Multi-Agent with Per-Topic Workspace & Memory Isolation

This feature proposes a single-daemon architecture, inspired by OpenClaw, letting multiple Hermes agents share one gateway process with isolated per-agent workspaces and memory, routed by session key including per-topic isolation in group chats.

#8457 Investigating P3 comp/agent

Feature: Persistent Session Memory with Cross-Session Search & Auto-Compression

This feature request proposes a persistent, searchable, auto-compressing "Vault" style session memory system to replace Hermes's current transient memory, which is lost whenever a session ends or the gateway restarts.

#6323 Fixed P3 comp/plugins

add mempalace for external memory support

This issue proposes adding a mempalace module to Hermes for structured external memory, providing persistent, queryable memory beyond the context window with semantic retrieval. This issue is closed.

Other categories

Back to curated issues . School solution cards . Troubleshooting