AI智能体记忆系统 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
专注于LLM/MLLM长期记忆机制的开源工作流集合。汇聚系统设计、基准测试和学术论文,帮助开发者构建具有持久化记忆能力的AI智能体,适合AI工程师和研究人员深度学习记忆架构。
AI智能体记忆系统 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
专注于LLM/MLLM长期记忆机制的开源工作流集合。汇聚系统设计、基准测试和学术论文,帮助开发者构建具有持久化记忆能力的AI智能体,适合AI工程师和研究人员深度学习记忆架构。
AI智能体记忆系统 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install awesome-agent-memory
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install awesome-agent-memory
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/TeleAI-UAGI/Awesome-Agent-Memory
cd Awesome-Agent-Memory
pip install -e .
# 验证安装
python -c "import awesome_agent_memory; print('安装成功')"
# 命令行使用
awesome-agent-memory --help
# 基本用法
awesome-agent-memory input_file -o output_file
# Python 代码中调用
import awesome_agent_memory
# 示例
result = awesome_agent_memory.process("input")
print(result)
# awesome-agent-memory 配置文件示例(config.yml) app: name: "awesome-agent-memory" debug: false log_level: "INFO" # 运行时指定配置文件 awesome-agent-memory --config config.yml # 或通过环境变量配置 export AWESOME_AGENT_MEMORY_API_KEY="your-key" export AWESOME_AGENT_MEMORY_OUTPUT_DIR="./output"
<a name="readme-top"></a>
<p align="center"> A curated collection of systems, benchmarks, and papers etc. on memory mechanisms for Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs), exploring how different approaches enable long-term context, retrieval, and efficient reasoning. </p>
<p align="center"> 👀 <b>Open-source</b> resources (e.g. papers with reproducible code publicly available on Github) are marked in bold font and ranked higher. </p>
<p align="center"> <a href="https://github.com/sindresorhus/awesome"><img src="https://awesome.re/badge.svg" alt="Awesome"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License: Apache 2.0"></a> <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> <a href="https://github.com/TeleAI-UAGI/Awesome-Agent-Memory/commits/main"><img src="https://img.shields.io/github/last-commit/TeleAI-UAGI/Awesome-Agent-Memory" alt="Last Commit"></a> </p>
--- - 📰 [[Perplexity (2026-06-18)] Perplexity launches Brain, a self-improving memory system](https://www.perplexity.ai/hub/blog/self-improving-memory-for-agents) - 📰 [[OpenAI (2026-06-04)] Dreaming: Better memory for a more helpful ChatGPT](https://openai.com/index/chatgpt-memory-dreaming/) - 📰 [[Bloo-Mind AI (2026-05-20)] The Benchmark Theatre: Why Almost Nothing You’ve Read About Agent Memory Scores Is True](https://essays.bloo-mind.ai/posts/2026-05-20-mem-eval/) - 📰 [[Jiayi Weng (2026-05-09)] Learning Beyond Gradients](https://trinkle23897.github.io/learning-beyond-gradients/) - 📰 [[Anthropic (2026-05-08)] Three key areas Anthropic is working on for their next models](https://www.reddit.com/r/singularity/comments/1t5q53r/three_key_areas_anthropic_is_working_on_for_their/) - 📰 [[InfoQ (2026-04-30)] Cloudflare Announces Agent Memory, a Managed Persistent Memory Service for AI Agents](https://www.infoq.com/news/2026/04/cloudflare-agent-memory-beta/) - 📰 [[OpenAI (2026-04-22)] Chronicle: Build Codex Memories from Recent Screen Context](https://developers.openai.com/codex/memories/chronicle) * Open-Source Alternatives: OpenChronicle, MemScreen - 📰 [[a16z (2026-04-22)] Why We Need Continual Learning](https://a16z.com/why-we-need-continual-learning/) - 📰 [[AI Godfather (2026-04-08)] MemPalace - How Milla Jovovich's AI Project Scammed the Internet](https://www.youtube.com/watch?v=WlxNNvDHJkE) - 📰 [[Troy Hua (2026-03-31)] How Anthropic Built 7 Layers of Memory and a Dreaming System for Claude Code](https://x.com/troyhua/status/2039052328070734102) - 📰 [[VelvetShark (2026-03-05)] OpenClaw Memory Masterclass: The complete guide to agent memory that survives](https://velvetshark.com/openclaw-memory-masterclass) - 📰 [[Business Insider (2026-01-08 )] AI still needs a breakthrough in one key area to reach superintelligence, according to those who build it](https://www.businessinsider.com/superintelligent-ai-memory-sam-altman-2026-1)
---
<details open> <summary>🗂️ <b>Table of Contents</b> </summary> <ul> <li><a href="#-products">💿 Products</a></li> <li><a href="#-tutorials">📖 Tutorials</a></li> <li><a href="#-surveys">📚 Surveys</a></li> <li><a href="#-benchmarks">📏 Benchmarks</a></li> <ul> <li><a href="#-plain-text-benchmarks">💬 Plain-Text Benchmarks</a></li> <li><a href="#-multimodal-benchmarks">🎬 Multimodal Benchmarks</a></li> <li><a href="#-dynamic-benchmarks--simulation-environments">🎮 Dynamic Benchmarks & Simulation Environments</a></li> </ul> <li><a href="#-papers---nonparametric-memory">🔤 Papers - Nonparametric Memory</a></li> <ul> <li><a href="#-text-memory">📝 Text Memory</a></li> <li><a href="#-graph-memory">🌐 Graph Memory</a></li> <li><a href="#-multimodal-memory-for-understanding">🎥 Multimodal Memory (for Understanding)</a></li> <li><a href="#-multimodal-memory-for-generation">🎥 Multimodal Memory (for Generation)</a></li> </ul> <li><a href="#-papers---parametric-memory">🔢 Papers - Parametric Memory</a></li> <li><a href="#-papers---memory-for-agent-evolution">📈 Papers - Memory for Agent Evolution</a></li> <ul> <li><a href="#-reinforcement-learning--continual-learning">🧭 Reinforcement Learning & Continual Learning</a></li> <li><a href="#-context-engineering--harness-engineering">🧩 Context Engineering & Harness Engineering</a></li> </ul> <li><a href="#-papers---memory-in-cognitive-science">🔬 Papers - Memory in Cognitive Science</a></li> <li><a href="#-memory-security--defense">🔒 Memory Security & Defense</a></li> <li><a href="#-articles">📰 Articles</a></li> <li><a href="#-workshops">👥 Workshops</a></li> </ul> </details>
_🤝 Contributions welcome! Feel free to open an issue or submit a pull request to add papers, fix links, or improve categorization — see the contributing guide for entry formats.
</div>
---
- Agent Memory Techniques (NirDiamant): 30 runnable Jupyter notebooks covering conversation buffers, vector stores, knowledge graphs, episodic and semantic memory, Mem0, MemGPT/Letta, Zep, Graphiti, and LoCoMo benchmarks [code]
- ACM SIGIR-AP 2025 Tutorial: Conversational Agents: From RAG to LTM [paper] [code] - Daily Dose of DS: A Practical Deep Dive Into Memory Optimization for Agentic Systems [Part-A] [Part-B] [Part-C]
---
- Beyond Static Dialogues: Benchmarking Realistic, Heterogeneous, and Evolving Long-Term Memory [code] [data] [proj]
- AMemGym: Interactive Memory Benchmarking for Assistants in Long-Horizon Conversations [code] [proj]
- MemoryBench: A Benchmark for Memory and Continual Learning in LLM Systems [code] [data]
- ARE: Scaling Up Agent Environments and Evaluations (The Gaia2 Paper) [code]
- AppWorld: A Controllable World of Apps and People for Benchmarking Interactive Coding Agents [code]
---
高质量的AI智能体记忆领域资源库,系统整理论文和方案,对构建长期记忆系统有重要参考价值。社区活跃度良好。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,AI智能体记忆系统 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Awesome-Agent-Memory |
| 原始描述 | 开源AI工作流:Curated systems, benchmarks, and papers etc. on memory for LLMs/MLLMs --- long-t。⭐496 · Python |
| Topics | 智能体记忆LLM记忆机制长期上下文基准测试学术资源 |
| GitHub | https://github.com/TeleAI-UAGI/Awesome-Agent-Memory |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-06-28 · 更新时间:2026-06-28 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端