telexed ~ c / b3c5e315-f57radar:70 · agent_toolLIVE
← back
NO.
#b3c5e315
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-13 03:12:30
Importance
★ 7/10 — radar 70
`agentmemory`: persistent memory layer for coding agents
FIG-0031:1

`agentmemory`: persistent memory layer for coding agents

Adds a shared memory server across agent sessions, so setup choices and code context carry over automatically. Broad MCP/hook support plus strong retrieval benchmarks make it worth testing now.

[ KEY POINTS ]
  1. One server works across Claude Code, Cursor, Codex CLI, Gemini CLI, Cline and other MCP/HTTP clients, so context is no longer trapped in one tool.
  2. Retrieval claims are strong: 95.2% R@5 and 98.6% R@10 on LongMemEval-S, well above its BM25-only fallback.
  3. It stores implementation decisions like auth stack, file paths, and test coverage, then injects them into later sessions without manual re-explaining.
  4. v0.9.0 added agent-memory.dev, @agentmemory/fs-watcher, and tighter MCP/server syncing so hooks, viewer, and memory state stay aligned.
Originalgithub.com/rohitg00/agentmemoryRead original →

// related