Awesome Hermes PluginsMemory Providers

p1s4/hermes-graphiti-plugin

⭐ 18 Python added to this list on 2026-07-15 repository created 2026-05-27

This plugin integrates Graphiti Core with Hermes Agent to provide a sophisticated memory solution based on temporal knowledge graphs. It automatically extracts entities, facts, and relationships from conversations, storing them with timestamps in a Neo4j graph database. Before each conversation turn, the plugin's `prefetch()` function automatically searches Graphiti and injects relevant context into the system prompt, enhancing the agent's contextual understanding. Conversation data is asynchronously saved via `sync_turn()` to avoid blocking operations. The plugin also exposes explicit tools like `graphiti_search` for agent-initiated queries and `graphiti_delete_entity` for managing knowledge graph entries. It features configurable search strategies (fast, balanced, quality), content truncation, and robust credential management via environment variables. The README provides comprehensive documentation on prerequisites, installation methods (GitHub, manual, Docker Compose), and detailed configuration options for the `graphiti.json` file and environment variables, alongside a tested Docker example. This plugin is ideal for Hermes Agent users needing advanced, persistent memory capabilities leveraging knowledge graph technology.

https://github.com/p1s4/hermes-graphiti-plugin

Hermes Agent pluginmemory providerGraphitiNeo4jknowledge graphtemporal memoryLLMAI agenttools

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 ...

zhangfengcdt/memoir

Memoir is a high-performance semantic memory system for AI agents, offering Git-like version control for AI memory management to combat context contamination, token costs, and memory drift.

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.