Awesome Hermes PluginsMemory Providers

zhangfengcdt/memoir

⭐ 611 Python added to this list on 2026-07-15 repository created 2025-08-08

Memoir is an advanced semantic memory system designed for AI agents, aimed at addressing common challenges in AI memory management, such as context contamination, high token costs, and memory drift. It introduces Git-like version control to AI's cognitive processes, allowing agents to branch, commit, merge, and rollback memories with cryptographic integrity. This system moves beyond traditional opaque vector databases, offering transparent, versioned, and cryptographically secure memory storage through hierarchical semantic paths (e.g., `profile.professional.skills.python`). Memoir features O(log n) lookups for rapid hierarchical search, automatic memory aggregation, and a clean architecture that separates storage, classification, and search layers. It supports multiple search engines, including fast keyword-based and intelligent LLM-powered options. Crucially, Memoir provides plugins for various agent platforms, including Hermes Agent, enabling seamless integration. The Hermes plugin specifically allows the agent to auto-capture durable facts and exposes tools like `memoir_recall`, `memoir_remember`, `memoir_forget`, `memoir_sync`, and `memoir_status` for robust memory management.

https://github.com/zhangfengcdt/memoir

AI memoryversion controlsemantic memoryagent memoryHermes pluginmemory providerGit-likehierarchical memorycontext management

Also in Memory Providers

TencentCloud/TencentDB-Agent-Memory

TencentDB Agent Memory is a Hermes Agent plugin providing a 4-tier progressive and local-first memory pipeline to enhance AI agents by reducing token usage and improving task success rates.

MemoriLabs/Memori

Memori is an agent-native memory infrastructure, offering an LLM-agnostic layer that converts agent execution and conversation into structured, persistent state for production systems, including a ...

basicmachines-co/basic-memory

Basic Memory is a local-first, knowledge graph-based memory system for AI agents, providing persistent, bidirectional knowledge access via Markdown files and the MCP protocol, including a Hermes pl...

agentscope-ai/ReMe

A local-first Markdown memory service with a Hermes Agent plugin that turns conversations and documents into linked, searchable notes using wikilinks, BM25 and optional embedding retrieval.

mnemosyne-oss/mnemosyne

Mnemosyne is a zero-dependency, sub-millisecond AI memory system for Hermes Agents and other LLM frameworks, focusing on efficient, local, and private knowledge retention.

ClaudioDrews/memory-os

Memory OS is a 7-layer memory operating system for Hermes Agent, providing persistent memory, structured facts, fabric recall, an auto-curated wiki, and surgical context injection, running locally ...

MaxFreedomPollard/Compartment

Offline, encrypted agentic memory vault that installs into Hermes Agent as a plugin and MCP server, keeping one transferable memory store shared by every agent on the machine.

itechmeat/open-second-brain

Open Second Brain provides an Obsidian-native, local-first memory layer for Hermes Agent, enabling deterministic learning and access across multiple AI runtimes.