engram-core 0.19.0

AI Memory Infrastructure - Persistent memory for AI agents with semantic search
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Engram Docs

## What Lives Where

- `ARCHITECTURE.md`: Cloud/hosted architecture, request flow, and tenant isolation model.
- `REFERENCE.md`: Cloud HTTP/MCP API reference, auth, tenant resolution, and error codes.
- `OPERATIONS.md`: SLOs, alerts, backup/restore, and incident playbooks.
- `CONTROL_PLANE_SCHEMA.sql`: Postgres schema for the cloud control plane.
- `SCHEMA.md`: Local Engram SQLite schema and migrations.

## Notes

- Cloud documents describe Engram Cloud (SaaS). They do not change core Engram behavior.
- Core/OSS documentation remains in the repo root and `docs/SCHEMA.md`.