- TESIGN / RADAR
- agent-memory
agent-memory
Long-term memory for agent users
WHO USES ITDaily agent user · Two-CLI user
Install to use
Keeps what an agent learned as Markdown files it can search and reread.
1,457 stars · checked on GitHub GitHub check 30 h late · 7-day +109 observed via GH Archive (as of )

TESIGN TAKE
It refuses to choose between a retrieval engine and a plain filesystem, and layers both on one store.
AT A GLANCE
- LICENSE
- MIT
- USAGE
- Use, change and redistribute, commercially too. Keep the notice.
- LANGUAGE
- Python
- PLATFORM
- cli
- ACTIVITY
- last commit 1 day ago () · no releases
- COMMUNITY
- 2 contributors · 19 open issues (incl. PRs) · made by: an organization
- SOURCES
- GitHub
- OPEN SOURCE
- YES
- FIRST SEEN
- CATEGORY
- AI · DEV TOOLS
A summary, not legal advice.
WHY IT MATTERS
Close a session and the agent forgets everything it learned there. agent-memory stores memories as Markdown files, ranks them with a SQLite index beside them, and answers with file paths rather than pasted text so the agent reads only as deep as needed. Writes fire at conversation boundaries, a separate sleep-time pass consolidates, and none of it needs an API key. Claude Code and Codex CLI share one store under MIT; no PyPI release yet, so it installs from a checkout.
BUILD FROM THIS
- A shared memory store where the agent finds last week's decisions again
- A setup where Claude Code and Codex draw on the same context
- A weekly routine that turns stale memories into proposals to confirm
WHO IT'S FOR
- Daily agent user
- tired of re-explaining the same context each session
- Two-CLI user
- wants Claude Code and Codex to share one memory
START IN 5 MINUTES
$ git clone https://github.com/tigerless-labs/agent-memory.git
$ cd agent-memory
$ uv sync --all-packages
$ mem init
$ mem setup --host claude-code # or: --host codex
# Needs Python 3.12+ and uv · put .venv/bin on PATH or the hook records nothingCAVEATS
- No PyPI release yet; install from a checkout
- Version 0.1.0; the MCP surface is narrower than the CLI
- Judgement is borrowed from the host CLI, so a host agent is required
RECEIPT
- FIRST SEEN
- AT SOURCE
- KEPT
- CREATED → FIRST SEEN
- 11d
- WHEN FIRST SEEN
- 1,195 ★
- SOURCES
- GitHub
The same facts in machine-readable form — View as Markdown · JSON
SIMILAR TOOLS
Up to five from AI by ★ total: edited entries first, then repository cards; this entry is highlighted. Drawn from the same stored snapshot as the rankings — a comparison, not a recommendation.
| IMAGE | NAME | ★ TOTAL | ▲ 7d | LICENSE | PLATFORM | LAST PUSH |
|---|---|---|---|---|---|---|
![]() | eccSkills, memory and security for agents | ★ 259k | ▲ +832 | MITpermissive | windows · macos · linux · cli | |
![]() | Hermes AgentSelf-improving personal agent | ★ 246k | ▲ +375 | MITpermissive | linux · macos · windows · android · cli | |
![]() | DeepSeek HarnessPlugin agent harness for developers | ★ 225k | ▲ +1,356 | MITpermissive | web · cli | |
![]() | agent-memoryLong-term memory for agent usersTHIS ENTRY | ★ 1.5k | ▲ +109 | MITpermissive | cli | |
| mattpocock/skillsCARD | ★ 261k | ▲ +872 | MITpermissive | — |
TIMELINE
- Repository created
- FIRST SEEN BY TESIGN







