KnowledgeMay 13, 2026·2 min read

Awesome-Memory-for-Agents — Paper List + Taxonomy

Awesome-Memory-for-Agents is a paper list and taxonomy for agent memory, splitting short vs long-term memory and mapping to 3 application scenarios.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Memory
Install
Git
Trust
Trust: Established
Entrypoint
git clone https://github.com/tsinghuac3i/awesome-memory-for-agents.git
Universal CLI install command
npx tokrepo install 0acd2ee7-1d80-5ac8-b3ba-e4d9ea77b8cf
Intro

Awesome-Memory-for-Agents is a paper list and taxonomy for agent memory, splitting short vs long-term memory and mapping to 3 application scenarios.

Best for: agent builders who want a structured reading list for memory systems

Works with: Git + Markdown viewer; link out to arXiv papers

Setup time: 2-5 minutes

Key facts (verified)

  • GitHub: 487 stars · 34 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: git clone https://github.com/tsinghuac3i/awesome-memory-for-agents.git.

Main

  • Use the taxonomy first: it defines short-term vs long-term memory, then splits long-term into Experience vs Memory based on outcome validation.

  • Pick one of the three application scenarios (personalization, learning from experience, long-horizon tasks) and skim the newest papers first.

  • Use it as a design checklist: map your agent’s memory store (scratchpad, episodic log, external DB, skill store) to the repo’s terms to avoid ambiguity.

Source-backed notes

  • README’s Overview section defines Short-Term Memory vs Long-Term Memory, and further splits long-term memory into Experience vs Memory.
  • README maps the taxonomy to three application scenarios: personalization, learning from experience, and long-horizon agentic tasks.
  • The paper list is presented as dated tables with direct paper links (e.g., arXiv).

FAQ

  • Is this a tool or a reading list?: It’s a curated paper list; use it to guide design and evaluation of memory systems.
  • How should I read it efficiently?: Start with one application scenario, then scan the newest dated entries first.
  • Does it include benchmarks?: Yes — README includes a Benchmark section and organizes papers around application needs.
🙏

Source & Thanks

Source: https://github.com/TsinghuaC3I/Awesome-Memory-for-Agents > License: MIT > GitHub stars: 487 · forks: 34

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets