Memory Layer
Reference

Global config

Understand machine-level configuration and secrets handling.

Source of truth

Use the current binary and repository files as the source of truth. Reference docs should not invent flags or paths.

memory --help
memory <command> --help

Notes

  • Paths differ between package installs, user-local installs, and dev-profile runs.
  • Provider variables depend on the configured backend.
  • Database schema details can change with migrations; keep public docs high-level unless a table is stable.

Next

Return to Reference or use Doctor and health for diagnostics.

On this page