Durable per-agent and per-user memory—facts, preferences, and session history agents recall across turns—separate from org-wide Context Lake knowledge
Exemplar
How this harness capability fits the Exemplar platform—governed agent operations, not a standalone prompt playground.
Agents without memory re-ask the same preferences and standing instructions every session—burning tokens and frustrating operators.
Exemplar treats memory as harness infrastructure: scoped, searchable, and governed—not ad-hoc chat history stuffed into every prompt.
A multi-tenant memory store with Gemini embeddings and org-isolated collections—shared by console, MCP, and SDK clients.
Session-spanning recall so assistants in Cursor, Claude, and the console keep standing context without re-prompting.
Scope memory once (userId / agentId / sessionId); agents add and recall through harness.memory or the memory MCP tool.
Pair with Context Lake retrieve for grounding in catalog and connector knowledge—memory for state, lake for truth.
Official documentation on docs.exemplar.dev for this capability.
Open developer guide (opens in a new tab)Contact sales
Harness Platform is scoped per deployment. Talk to us about this feature.
Related posts on exemplar.dev.
Three layers behind production agents: shaping the ask, assembling the window, and building the runtime loop. Where each discipline stops and what to invest in next.
How to structure what your AI coding agent knows — the docs directory, context boundaries, ownership, versioning, and the difference between a knowledge system that stays useful and one that silently rots.
From code completion to production actions; Context Lake, catalog, governance, and DevX Assist/MCP for safe automation.