agent-memo — the platform's unified context memory (memo).
Design boundary (see docs/adr/0004-memo-storage.md):
- memo is the only source of conversational / long-term context.
- memo uses a local / embedded store (sled). It does NOT use Postgres.
- Postgres is used exclusively by
agent-cloudfor structured metadata (agents / sessions / runs). Context text never lives in Postgres.