AgentDish directory
memory
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#713
↓ -3
SynapCores/synapcores-agent
An open-source Python support agent that uses SynapCores as the agent brain for memory, retrieval, semantic tool routing, and generation. The repo includes a quick start, local Docker setup, example commands, and a traced demo of the agent loop. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 98 days ago | Details |
|
#736
↓ -6
KHMS
KHMS is a file-based long-term memory system for LLM agents, built around immutable markdown cards in a git repository with YAML frontmatter, hook-based recall, and a propose → review → approve flow. |
Developer Tools / AI Memory / Knowledge Management | 84 | ↓ -6 | 3 days ago | Details |
|
#892
↓ -6
Alma
A local-first MCP server and companion CLI/TUI for giving AI agents a user-owned self model and scoped memory. It stores facets and audit events locally, supports approval-gated writes, and includes export/import for portability. |
Developer Tools / AI Agents | 84 | ↓ -6 | 69 days ago | Details |
|
#902
↓ -6
Rudi
Rudi is a Python tool for LLM memory management that replaces a growing chat transcript with a causal dependency graph, aiming to keep token usage flat across long sessions. The README shows benchmarking results, fold behavior, and example usage with get_slice, store_decisions, and run_turn. |
Developer Tools / AI Memory / Context Management | 84 | ↓ -6 | 74 days ago | Details |
|
#910
↓ -6
neuron-db
An associative memory database that stores facts in plain language and recalls them by meaning. It ships as a Rust core with optional SQLite, encryption, and HTTP server features, plus examples and API docs. |
Developer Tools / Databases | 84 | ↓ -6 | 79 days ago | Details |
|
#948
↓ -6
Laptop AI
A local-first AI memory engine for asking questions over selected files on your computer using Ollama, embeddings, and a custom vector database. |
Developer Tools / Local AI / Search | 84 | ↓ -6 | 98 days ago | Details |
|
#961
↓ -6
Autodidact
Open-source local-first AI agent that routes between local and cloud LLMs, learns from escalations, and stores knowledge for future queries. The repo includes a quickstart, setup modes, and a concrete explanation of how it ingests docs and improves over time. |
AI Agent / Self-improving assistant | 84 | ↓ -6 | 104 days ago | Details |
|
#978
↓ -6
YantrikDB
A cognitive memory engine for AI agents with temporal decay, contradiction detection, autonomous consolidation, knowledge graph support, and ANN recall via HNSW. The repo shows Rust and Python usage, MCP client setup, and a quick-start path for agents and developers. |
Developer Tools / AI Libraries & Frameworks | 84 | ↓ -6 | 112 days ago | Details |
|
#997
↑ +324
claude-smart
A Claude Code plugin that learns from user corrections and successful runs, then turns them into reusable rules and playbooks stored locally. |
Developer Tools / AI Plugin | 84 | ↑ +324 | 118 days ago | Details |
|
#1001
↓ -4
Ctx
A local-first, file-based context and memory system for AI coding assistants. It’s designed to persist decisions, tasks, and learnings across sessions so tools can rehydrate project context instead of starting from scratch. |
Developer Tools / AI Coding | 84 | ↓ -4 | 118 days ago | Details |
|
#1022
↓ -3
call me vera
Shared, append-only memory for AI coding agents. Vera lets Claude, local models, and Codex read and write the same numbered memory log so projects can continue across sessions. |
Developer Tools / Code Assistant | 83 | ↓ -3 | 5 days ago | Details |
|
#1031
↓ -3
Syndicate OS
Self-hosted multi-agent federation for running Hermes agents and OpenClaw minions with a board, tender market, memory layers, and decision provenance. |
Developer Tools / Code Assistant | 83 | ↓ -3 | 11 days ago | Details |
|
#1065
↓ -3
CogniKernel
Local, structured memory for AI coding assistants like Claude Code and Codex. The project stores decisions, constraints, and abandoned approaches in an event-sourced local log and injects them back into later sessions. |
Developer Tool / AI coding assistant memory / context management | 83 | ↓ -3 | 42 days ago | Details |
|
#1070
↓ -3
cap'n hook
Persistent memory for coding agents that stores hard-won codebase discoveries and revalidates them when files change. The repo describes a CLI hook flow for Claude Code and Codex, with install steps, command examples, and an evaluation claim showing fewer tokens on repeat questions. |
Developer Tools / AI Coding Tools | 83 | ↓ -3 | 50 days ago | Details |
|
#1078
↓ -3
claude-code-live-memory
A Claude Code plugin and MCP server that keeps a persistent, read-only memory of a repo so agents can ask broad codebase questions without re-reading files every session. |
Developer Tools / AI Coding Assistant Infrastructure | 83 | ↓ -3 | 57 days ago | Details |
|
#1097
↓ -3
MemoryOps AI
A governed memory runtime for AI assistants with typed storage, policy checks, audit logging, tenant isolation, and hybrid retrieval. The repo includes a backend API, worker jobs, SDK examples, architecture docs, and eval harnesses. |
Developer Tool / AI Memory / Agent Infrastructure | 83 | ↓ -3 | 71 days ago | Details |
|
#1156
↓ -2
keel
Keel is a Rust CLI harness for AI-assisted coding workflows. It adds auditable stopping conditions, durable memory, projections into agent instruction files, and reviewable gates with exported evidence. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 2 hours ago | Details |
|
#1162
↓ -2
Open Executive
Open Executive is an open-source AI system that acts as a virtual executive team, routing requests through a single executive persona backed by eight specialist Claude agents. The repo includes architecture notes, tech stack details, repo layout, and quick-start steps for running the FastAPI backend and Next.js UI. |
AI Agent / Executive Assistant | 82 | ↓ -2 | 5 days ago | Details |
|
#1179
↓ -2
AletheionAGI
AletheionAGI is a grounding and memory layer for production AI. It adds persistent context, authorized evidence, and fail-closed delivery so AI systems can block unsupported claims before they reach users. |
AI Infrastructure / RAG / Grounding | 82 | ↓ -2 | 17 days ago | Details |
|
#1181
↓ -2
Federaide
Federaide is a multimodal multi-agent orchestration harness for Mac, PC, and Android, with peer-to-peer agent routing, terminal-based code execution, voice input/output, Telegram access, scheduled routines, memory, and desktop control. |
AI Agent / Multi-Agent Orchestration | 82 | ↓ -2 | 20 days ago | Details |
|
#1185
↓ -2
Pacific Slate
Pacific Slate is a self-hosted, model-agnostic multi-agent AI assistant with background work, long-term memory, source tracing, and an interface built around cards and a demo monitor. The page also explains the architecture, agent roles, storage boundaries, and how it connects through MCP and an OpenAI-compatible endpo |
AI Assistant / Multi-agent assistant | 82 | ↓ -2 | 22 days ago | Details |
|
#1223
↓ -2
Amnesia
A local Claude Code plugin and CLI for auditing, searching, and cleaning agent memory across repos. It scans saved memories for contradictions, stale facts, duplicates, and misfiled entries, with reversible changes and a localhost UI. |
Developer Tools / AI Tooling | 82 | ↓ -2 | 42 days ago | Details |
|
#1230
↓ -2
Hearth
Hearth is an open-source local AI agent that can control a Windows PC: it opens apps, reads and writes files, drives a browser, uses voice, and keeps memory across sessions. |
AI Agent / Desktop agent | 82 | ↓ -2 | 46 days ago | Details |
|
#1253
↓ -2
toolnexus
Python toolkit for building LLM agents with MCP servers, skills folders, memory, streaming, and metrics support. |
Developer Tools / AI SDK / Agent Framework | 82 | ↓ -2 | 61 days ago | Details |