Architecture

Your agent's memory survives restarts.

Everything important lives in files on disk managed by the embedded database. Back up the data directory like any other stateful service; there is no hidden cloud dependency in the default footprint.

What operators do

  1. Point MemState at a dedicated directory with fast, durable disks.
  2. Include that directory in your backup and restore playbooks.
  3. Rotate environments by copying or restoring that directory alongside configuration.

Developers will find exact filenames, schema tables, and environment variables on the technical storage page.

Continue