Sign InOpen Brain
Atlas / Agent

Agent Memory

Open JSONConfidence: EditorialLast updated Jun 30, 2026

Current Answer

Mechanisms that let agents retain and recall project facts across sessions — memory servers, context files, caches.

Implementation Consequence

Without memory, every session re-learns the project. With bad memory, every session inherits stale facts. The schema and eviction policy are the product.

Evidence

GitHubGitHub RepoFounder Tested
mcp-memory: a working memory server for agent sessions
Persists agent memory across sessions with a small, auditable schema.
GoogleDocs UpdateOfficial Source
Gemini agent SDK adds shared context caching across sessions
Cached context is billed once and reused across agent sessions — changes the economics of long system prompts.
AnthropicOfficial ReleaseOfficial Source
Claude Code ships subagents in isolated context windows
Long refactors no longer pollute the parent context — a child agent does the noisy work and reports back.
The Rise of Verbal Reinforcement Learning
arXiv · 2026-09-01

This survey separates verbal feedback by when it acts and what it changes, helping agent builders distinguish task specification, test-time guidance, and parameter updates.

S3Gym: Can LLMs Turn Self-Testing and Self-Judging into Self-Improvement?
arXiv · 2026-08-31

S3Gym tests whether agents can explore, judge outcomes, and reuse experience. Raw history, compressed memory, and training each help in some tasks, but none is a reliable default.

Knowledge Systems: The New GTM Stack — Jeffrey Wang, Exa
AI Engineer · 2026-08-26

Exa’s internal agent clone combines writing examples, decision evals, and permission-scoped tools—a concrete pattern for encoding judgment without sharing full access.

Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents
arXiv · 2026-08-20

Reusable agent skills transferred better when induced from subtasks and stored as text. Whole-task skills often hurt versus no memory, so retrieval alone is not evidence that a memory helps.

The Era of Compound Engineering — Kieran Klaassen, Every/Cora
AI Engineer · 2026-08-20

Compound engineering treats each agent mistake and product judgment as reusable context. The useful discipline is to invest in memory and review so the next feature becomes easier, not merely faster.

Don't Drop the BATON: Long-Horizon Robot Manipulation via Agentic Subtask Exploration and Transition-aware Memory
arXiv · 2026-08-17

BATON explores robot subtasks independently, stores their solutions, and manages handoffs between them, replacing multiplicative whole-task search with additive composition.

Handover of In-Context Learning State Across Session Boundaries
arXiv · 2026-08-14

Agent handoffs should preserve task-relevant predictive state, not blindly compress the transcript. The paper offers a three-part record for carrying decisions, evidence, and irreducible observations across sessions.

SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning
arXiv · 2026-08-14

SheetCompass keeps spreadsheet structure as a hierarchical relation graph instead of flattening cells into text. Its agent memory retains task-relevant context across sheets, tables, and columns.

Lessons from Studying Every Memory System — Shlok Khemani, Independent
AI Engineer · 2026-08-12

Persistent memory is a compute and product tradeoff, not just retrieval. Profiles need conflict detection, visibility, editing, and deliberate update cadence before agents can rely on them.

LLM Knowledge Bases: a practical guide — Ben Holmes, Warp
AI Engineer · 2026-08-12

A useful agent knowledge base starts with abundant raw Markdown, then adds controlled tags, backlinks, and generated indexes. Scheduled agents can maintain it, but sync and taxonomy need explicit rules.

Intelligence + Continual Learning = Expertise — Yu Su, NeoCognition
AI Engineer · 2026-08-12

Stronger models can still behave like smart novices inside company-specific workflows. Agents need learning loops that compress experience into reusable context, procedures, and judgment without losing reliability.

Scaling Compute on Context — Jack Morris, Engram
AI Engineer · 2026-08-12

Training directly on a private corpus can memorize it without producing useful behavior. Durable context learning likely needs synthetic study tasks and recursive self-improvement, not a single fine-tuning pass.

Always-on agents run production without the on-call tax — Justin Smith, Resolve AI
AI Engineer · 2026-08-09

Always-on production agents can turn releases and operational events into tailored monitoring tasks. The useful pattern is persistent context plus scoped triggers, checks, and escalation.

SkillProx: Self-Evolving Agent Skills via Proximal Textual Gradient Descent
arXiv · 2026-08-07

SkillProx evolves reusable agent instructions through measured retries, regression rollback, and utility-based pruning, reporting a 3-point accuracy gain over its strongest baseline.

Blast Radius
arXiv · 2026-08-07

Blast Radius predicts which code and context a prompt will reach, then reversibly archives unused history. Across seven OpenAI models, it cut token consumption by 17–26%.

PsychoAgent: An Affect-Sensitive Cognitive Architecture for Conflict-Aware Memory in LLM Agents
arXiv · 2026-08-07

PsychoAgent separates factual and affective memory, then reranks relevant memories by salience. It retrieved more conflict-critical context, but output-quality differences were not significant.

Chained Recursive Language Models for Multi-Iteration Reasoning
arXiv · 2026-08-05

Chained RLM repeatedly gives the same model a fresh context while preserving summaries, a blackboard, and artifacts—a concrete harness pattern for limiting error buildup.

Structured Memory for Edge Language Models: Persistent Context and Corpus Retrieval via O(1) SSM State Injection
arXiv · 2026-08-03

PRECOG precomputes SSM corpus states and injects them at query time, avoiding context re-ingestion. On a 1.2B edge model, reported prefill fell from about 27 seconds to under 6 ms.

A Taxonomy of Cognitive Capability Gaps in Generative and Agentic AI
arXiv · 2026-08-03

This survey organizes long-horizon agent weaknesses into five capability gaps, offering a useful checklist for harness design and evaluation rather than a new implementation.

Wearing the Agent: From Group Chats to Glasses — Sai Krishna Rallabandi
AI Engineer · 2026-07-29

Shared agents need a different harness: action-boundary security, selective group memory, per-user privacy, and routing that decides both who receives information and when the agent should speak.

UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams
arXiv · 2026-07-28

UniMem routes novel experience into retrieval memory and consolidates recurring patterns into expandable parameters, offering a design for agents that learn across unlabelled task streams.

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents
arXiv · 2026-07-28

MemLens scores individual agent memories, stores them by value, and exposes quality, latency, and token tradeoffs—an inspectable alternative to retaining every interaction equally.

AI Agents for Performance: Ship Faster, Pay Less — Rajat Shah, Netflix
AI Engineer · 2026-07-28

Netflix’s performance-agent playbook feeds production profiles and exact deployed code to agents, then relies on canaries and engineers to validate proposed optimizations.

Eviction as Estimation: A Fixed-Lag Smoothing View of Test-Time Memory, and When Measuring Beats Accumulating
arXiv · 2026-07-27

A delayed KV-eviction policy helps when memory reuse is sharp and observable, but loses its edge on natural-text benchmarks—a useful warning for agent-memory claims.

Citation Needed: Provenance for LLM-Built Knowledge Graphs — Daniel Chalef, Zep AI
AI Engineer · 2026-07-23

LLM synthesis breaks simple source pointers when facts merge, change, or outlive one input. Model provenance inside the context graph so agents can filter trust, debug derivation, and apply deletion policies.

WTF Is the Context Layer? The Missing Infrastructure for Production Agents — Prukalpa Sankar
AI Engineer · 2026-07-14

Atlan’s agent experiments argue for shared, versioned context instead of per-agent memory: a portable layer for business facts, skills, norms, retrieval, and feedback across changing harnesses.

holaboss-ai/holaOS
GitHub

holaOS is a local-first workspace where Claude Code, Codex, and a built-in agent share memory, tools, skills, and apps. It reduces setup duplication, but its modified Apache license adds distribution conditions.

thedotmack/claude-mem
GitHub

Claude-Mem records agent activity, compresses it into persistent project memory, and retrieves selected history later, trading extra local services and stored data for cross-session continuity.

huangruiteng/loopx
GitHub

LoopX gives long-running coding-agent work durable goals, gates, ownership, evidence and quotas across bounded turns. It is useful when chat history and a scheduler no longer provide enough control.

TencentCloud/TencentDB-Agent-Memory
GitHub

An open-source memory hub turns agent conversations, workflows, docs, and code into governed assets that can be reused across sessions and roles, reducing repeated project setup.

TauricResearch/TradingAgents
GitHub

TradingAgents is an open-source LangGraph reference for role-based agent debates, durable memory, checkpoint recovery, and provider portability, with trading as its test domain.

akitaonrails/ai-memory
GitHub

ai-memory gives coding CLIs a shared, Git-backed memory and bounded handoffs, so work can move between agents without treating stale recollections as current code truth.

The Factory That Dreams: 39 AI Agents, No Framework - Rushabh Doshi, Machinecraft

A 100-person factory built a multi-agent sales system around organized company memory, specialist roles, and human approval. The useful pattern is retrieval and governance, not custom model training.

Use any Chat SDK adapter with eve

eve’s Chat SDK channel lets one agent span messaging adapters while retaining threads, approval cards, proactive sends, webhook handling, and overridable defaults.

Effective harnesses for long-running agents

Anthropic's harness pattern for multi-session agents: an initializer sets up the env, a JSON feature list, and progress files; each session then ships one feature, verified end-to-end and committed to git.

EveryInc/compound-engineering-plugin
GitHub

Compound Engineering packages a six-stage agent workflow into 32 skills for Codex, Claude Code, Cursor, and others. Its core idea is to persist plans, reviews, and solved-problem notes as future context.

pacifio/atlas
GitHub

Atlas links agent sessions to commits and shares local project memory across Claude Code, Codex, and ACP agents. It makes agent provenance queryable, but macOS is the only supported platform.

affaan-m/ECC
GitHub

ECC packages skills, hooks, memory, orchestration, and security controls for multiple coding-agent harnesses, but its breadth makes selective installation and verification essential.

Agent-Ready Context

Persist per-project facts in a small auditable schema. Watch for unbounded growth. Context caching (Gemini) and memory servers (mcp-memory) are complementary, not competing.
Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial
Local Graph
Agent Memory

Graph is progressive enhancement. Every edge listed below.