
You can now give Hermes, Claude Code, and Codex infinite memory. Agentmemory is trending on GitHub with 5,000+ Stars. CLAUDE md dumps 22,000+ tokens into context at 240 observations agentmemory: 1,900 tokens. same observations. 92% less. At 1,000 observations, 80% of your built-in memories become invisible. agentmemory keeps 100% searchable. benchmarked on 240 real coding sessions → Up to 95% fewer tokens per session → 200x more tool calls before hitting context limits → 100% open source
Loading comments…
Project Info
Product Keywords
Agentmemory is a complete memory runtime designed specifically for coding agents like Hermes, Claude Code, and Codex. Instead of treating memory as an afterthought with vector stores or external databases, Agentmemory gives agents infinite, searchable memory that works out of the box. It captures every tool call, prompt, and session stop as compressed observations, then makes them recallable in milliseconds—all from a single Node process with zero external dependencies.
Agentmemory doesn't rely on a single retrieval method. It combines BM25 lexical search, vector similarity, and knowledge graph traversal, then reranks results on-device. The result is 95.2% R@5 on LongMemEval-S with P50 latency under 20 milliseconds on a laptop.
Twelve built-in hooks pipe every PreToolUse, PostToolUse, SessionStart, and Stop event directly into the memory pipeline. No glue code, no manual instrumentation—install the plugin and every agent action becomes a compressed observation automatically.
Hourly sweeps compress raw observations into semantic memories, merge duplicates, and decay stale rows with retention scoring. Each delete emits a batched audit row, so you always know what was removed and why. This keeps memory lean without losing signal.
Agentmemory exposes a full MCP server with tools like memory_save, memory_recall, memory_smart_search, and memory_sessions. Every MCP tool also has a REST twin under /agentmemory/*, so you can curl it, fetch it from a browser, or proxy it from your own agent.
"At 1,000 observations, 80% of your built-in memories become invisible. Agentmemory keeps 100% searchable."
That's the core insight behind Agentmemory's design. Standard memory approaches lose visibility as context grows—observations get buried or dropped. Agentmemory's triple-stream retrieval and hourly consolidation ensure every observation stays searchable, regardless of volume. In benchmarked coding sessions, this translates to up to 95% fewer tokens per session and 200x more tool calls before hitting context limits.
You're tired of your coding agent forgetting what it did two sessions ago, or you're tired of wiring up Redis, Kafka, and a vector store just to give an agent persistent memory. Agentmemory runs as a single Node process, stores state as JSON on disk, and ships with a real-time viewer on port 3113. It's 100% open source, trending on GitHub with 5,000+ stars, and works with Claude Code, Codex, Hermes, OpenClaw, and Pi out of the box.
Other tools you might consider
Axel helps you run AI agents and keep them fed. Queue up work, dispatch to the right agent, and approve or deny actions from one inbox. It's native macOS, keyboard-driven, and works with Claude, Codex, OpenCode, and Antigravity out of the box. We hope it helps you ship faster 🚀
Whats 1Code? An app to run your Claude Code agents in parallel that works on Mac and Web. On Mac - run locally, with or without worktrees. On Web - run in remote sandboxes with live previews of your app, mobile included, so you can check on agents from anywhere. Running multiple Claude Codes in parallel dramatically sped up how we build features.
Runsight is a YAML-first workflow engine designed specifically for AI agents , enabling developers to design, commit, run, and evaluate agent workflows with Git-native version control. Every workflow is stored as a YAML file in your repository, allowing you to branch, review, and merge changes just like any other code. The platform offers real-time cost tracking per run with hard budget caps to prevent overspending, along with a built-in evaluation framework for assertions and regression testing. "Ship agents like you ship code." Feature Benefit Canvas + YAML Editor Dual visual and code views Per-run Cost Tracking Monitor spending to the cent Git Integration Version control for workflows It's completely self-hosted, runs on your machine with your API keys, and is 100% open source under Apache 2.0 license.
Gemini 3.1 Flash-Lite runs tool calling, classification, translation, and multimodal processing via API on Google's Gemini Enterprise Agent Platform. For AI engineers building high-volume, latency-sensitive agent pipelines in production.
Maker
indie_inkwell
Alternatives
Loading comments…