Awesome Hermes PluginsMemory Providers

rikouu/cortex

⭐ 236 TypeScript added to this list on 2026-07-15 repository created 2026-02-19

Cortex is an advanced memory service for AI agents, specifically highlighted for its native integration as a `MemoryProvider` for Nous Research Hermes Agent. It addresses the fundamental problem of AI forgetting by providing a persistent and intelligent memory system. Key features include a three-layer memory lifecycle (Working, Core, Archive) that promotes, decays, and recalls memories dynamically based on usage and relevance. The system employs hybrid search with multi-stage ranking, combining BM25 keyword search with vector-based semantic search, enhanced by LLM-powered query expansion and reranking. Cortex automatically builds a knowledge graph using Neo4j by extracting entity relations from conversations, enabling multi-hop reasoning. Its Intelligent Extraction (SIEVE) component categorizes memories into 20 types, performs 4-tier deduplication, and updates preferences intelligently. Cortex also boasts self-improvement capabilities, learning from explicit and implicit feedback to tune importance scores. It provides a comprehensive dashboard for memory management, search debugging, extraction logs, and knowledge graph visualization. Crucially, its integration with Hermes Agent is highlighted, making it a direct plugin for enhancing agent memory.

https://github.com/rikouu/cortex

AI agent memorymemory providerknowledge graphhybrid searchsemantic searchvector searchLLMintelligent extractionHermes Agent pluginself-hostedDocker

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.