Preview · Markdown rendered with real HTML tables

ADR 0001 — MemoryOps is a governance layer, not a memory database

Status

Accepted draft.

Context

AI agents need memory across sessions, tools, and projects. Existing approaches often focus on vector storage or raw chat history. This creates memory pollution, stale facts, privacy risk, and poor skill quality.

EverOS demonstrates a strong local-first memory runtime architecture. However, MemoryOps is intended to be reusable across many runtimes and backends.

Decision

MemoryOps will be designed as a governance/control plane for agent memory and learning.

It will own:

It will not be tied to one storage backend.

Consequences