TESIGN
SAVED

EN · KO

  1. TESIGN / RADAR
  2. 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.5k▲ +109 / 7dDaily star increases over 14 days. Hollow bars mean no data. The last day may be partial.2026-09-03 no data2026-09-04 no data2026-09-05 +742026-09-06 +592026-09-07 +112026-09-08 +42026-09-09 +32026-09-10 +22026-09-11 +422026-09-12 +372026-09-13 +282026-09-14 no data2026-09-15 no data2026-09-16 no datalargest one-day increase in the 14 days+74last 14 days · stars per dayhollow = no data

1,457 stars · checked on GitHub GitHub check 30 h late · 7-day +109 observed via GH Archive (as of )

GitHub social card for tigerless-labs/agent-memory: name and description left, purple logo right.

TESIGN TAKE

It refuses to choose between a retrieval engine and a plain filesystem, and layers both on one store.

INSTALL

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 nothing

CAVEATS

  • 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.

IMAGENAME★ TOTAL▲ 7dLICENSEPLATFORMLAST PUSH
ECC README banner: headline 'The operating system for AI agent harnesses', harness chips, and skill, agent and command lists.
eccSkills, memory and security for agents★ 259k▲ +832MITpermissivewindows · macos · linux · cli
Hermes Agent landing: blue background, the headline 'The agent that grows with you' and an engraving-style winged figure.
Hermes AgentSelf-improving personal agent★ 246k▲ +375MITpermissivelinux · macos · windows · android · cli
DeepSeek Harness landing: blue background, the headline 'Everything is a plugin' and a quick-start box with the npx command.
DeepSeek HarnessPlugin agent harness for developers★ 225k▲ +1,356MITpermissiveweb · cli
GitHub social card for tigerless-labs/agent-memory: name and description left, purple logo right.
agent-memoryLong-term memory for agent usersTHIS ENTRY★ 1.5k▲ +109MITpermissivecli
mattpocock/skillsCARD★ 261k▲ +872MITpermissive

TIMELINE

  1. Repository created
  2. FIRST SEEN BY TESIGN