Hermes Wiki
Tools/LLM_Memory

LLM Memory

Memory management for AI agents and multi-agent systems.

Types:

  • Short-term (in-context)
  • Long-term:
    • Semantic — facts and knowledge
    • Episodic — past interactions
    • Procedural — how-to knowledge

Writing memory:

  • In the hot path (blocks the response)
  • In the background (async)

Key resources:

Hermes Wiki