aria-agent-memo 0.11.0

Unified context-memory (memo) store for the agent platform. Local/embedded storage, NOT Postgres.
Documentation

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-cloud for structured metadata (agents / sessions / runs). Context text never lives in Postgres.