Stale memory
Last week's API contract is still being recalled into this morning's pull request. Nobody flagged it.
The control plane for AI-agent memory, eval, and governance.
Know what every agent remembered, used, and should forget before memory becomes production risk.
Every coding agent, support bot, and copilot is now writing to long-term memory. Almost none of them can show the audit trail behind a single answer.
Last week's API contract is still being recalled into this morning's pull request. Nobody flagged it.
An agent quoted a fact. Which document, session, user, and run produced it? Without provenance: a shrug.
Agents silently persist hallucinations, PII, and one-off conversation noise into shared long-term memory. Forever.
Every vector store ships a different schema, a different retrieval API, and quietly captures your data. Migrating costs a month.
MCP clients query through a single composer that passes every retrieval through eval, trace, and governance before it reaches the model. Backed by Postgres and a portable agent-memory adapter.
Lore exposes MCP stdio and REST surfaces so agents query, write, and review through the same governance layer.
A single typed call your agent can rely on. Returns ranked memories with provenance, freshness, and policy state attached to every row.
MCP clients query through a single composer that passes every retrieval through eval, trace, and governance before it reaches the model. Backed by Postgres and a portable agent-memory adapter.
Run the same retrieval evaluation against your seed dataset. Watch recall, precision, and stale-hit rate move as you change retrievers, rerankers, and embedding cuts.
Memory Interchange Format. Export the entire corpus — embeddings, provenance, policy state — and replay it anywhere. No lock-in.
Every surface is inspectable, scriptable, and designed to show proof instead of product theater.
A single typed call your agent can rely on. Returns ranked memories with provenance, freshness, and policy state attached to every row.
Replay queries against your seed dataset. Tune retriever, reranker, and freshness cutoff. Compare runs side-by-side. Pin the winner.
A live trace of every retrieval, every write, every redaction. Drill into any span. Filter by source agent, user, or policy outcome.
Every writeback passes a policy gate. Human-in-the-loop review for sensitive scopes. Diff, approve, redact, or reject — with audit.
Memory Interchange Format. Export the entire corpus — embeddings, provenance, policy state — and replay it anywhere. No lock-in.
Single docker compose. No telemetry, no phone-home, no proprietary embedding endpoint. Run it on your laptop, then on your VPC.
Honest list. Built first, polished later. Everything below runs offline, on your machine, on a free Docker Compose.
git clone github.com/Lore-Context/lore-context
pnpm install && pnpm seed:demo
pnpm test # release gateRun the same retrieval evaluation against your seed dataset. Watch recall, precision, and stale-hit rate move as you change retrievers, rerankers, and embedding cuts.
Lore exposes MCP stdio and REST surfaces so agents query, write, and review through the same governance layer.
Four commands. A seeded demo dataset. A Playwright smoke pass that proves the dashboard renders. Bring your own Postgres, or use the bundled one.
$ pnpm install
$ pnpm build
$ pnpm seed:demo
$ pnpm smoke:dashboardverified · no remote assets · smoke passing