Esta página se muestra en inglés. Una traducción al español está en curso.
KnowledgeMay 13, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Memory
Instalación
Git
Confianza
Confianza: Established
Entrada
git clone https://github.com/tsinghuac3i/awesome-memory-for-agents.git
Comando CLI universal
npx tokrepo install 0acd2ee7-1d80-5ac8-b3ba-e4d9ea77b8cf
Introducción

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

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados