Concept
memory system
Storage and retrieval layers that let agents persist facts, preferences, and prior work across sessions beyond the context window.
Also known as: agent memory, long-term memory
Related essays
- AI 智能体对话归档总览Jun 2026
从多 harness 本地会话里筛出 64 条高价值对话,做成可检索的知识资产
- AI 智能体对话精选洞见Jun 2026
从 64 条高价值会话里抽出 10 条可迁移结论,不做 40k 全文搬运
- 深度拆解:AI Agent Harness 的构造Jun 2026
模型之外的那层操作系统:编排循环、工具、记忆、上下文、状态、护栏与验证——以及 Anthropic / OpenAI / LangGraph 各自怎么做。
TypeScript 原生、Coordinator 自动拆 DAG、并行再汇总。适合探索与半结构任务;生产长任务要认清 checkpoint 缺口。