每日 Harness 开源 · Source
主题 · All topics

3.1 Agent 记忆Agent Memory

本主题共 10 条 · 最早 2026-05-29 · 最新 2026-06-04

视图 · View

2026 年 6 月7

  • supermemoryai/supermemory

    Supermemory 是面向 AI 应用的 memory 和 context layer,README 称其在 LongMemEval、LoCoMo 和 ConvoMem 三个 memory benchmark 上排名第一。它提供 fact extraction、user profiles、hybrid search、connectors 和 multimodal extractors;用户画像…

    2026-06-04始 2026-06-01github.com原文 ↗
  • Mnemo

    Mnemo 是 local-first 的 AI coding memory layer,目标是让 Claude Code、Cursor、Codex CLI 等工具跨会话记住架构决策、失败尝试、约定和代码引用。主页信息显示它用本地 SQLite 存储,支持 MCP、FTS5 与语义检索,并按项目和 git branch 作用域管理记忆。它的工作流是 watch 会话、自动抽取记忆、在新会话启动时注…

    2026-06-04github.com原文 ↗
  • DELTAMEM: Incremental Experience Memory for LLM Agents via Residual Trees

    提出 DeltaMem,用 residual trees 管理 agent 经验,避免把相似 episode 平铺存储导致冗余和检索冲突。系统拆成两棵树:一棵存 goal-conditioned task experience 作为 reusable skills,另一棵存 scene-level environment knowledge;root 表达通用经验,delta node 表达后续差…

    2026-06-04arxiv.org原文 ↗
  • MetaBrain

    本地文档记忆系统,让 AI agent 可检索项目上下文。

    2026-06-03metabrain.eu原文 ↗
  • Krimto

    把 AI 记忆保存为用户自己 git 仓库中的 Markdown 文件。

    2026-06-03github.com原文 ↗
  • AMP: A Vendor-Neutral Wire Format for Agent Memory Operations

    论文提出 agent memory 操作的中立 wire format,覆盖写入、迁移和人工审查等记忆治理接口。

    2026-06-03arxiv.org原文 ↗
  • SAGE: A Novelty Gate for Efficient Memory Evolution in Agentic LLMs

    SAGE 将 agent memory 写入控制改写为 novelty detection,而不是每次都让 LLM 决定新增、合并或忽略。它用 von Mises-Fisher density estimator 在 memory embeddings 上估计候选事实的新颖度,并用 adaptive threshold 路由 ADD、NOOP 或 LLM merge。LoCoMo 上它相对 Mem…

    2026-06-01arxiv.org原文 ↗

2026 年 5 月3