Constants§
- CREATE_
ACLS_ TABLE - CREATE_
AGENT_ EVENTS_ TABLE - CREATE_
AGENT_ PROFILES_ TABLE - CREATE_
CHECKPOINTS_ TABLE - CREATE_
DELEGATIONS_ TABLE - CREATE_
EMBEDDING_ BASELINE_ TABLE - Per-agent embedding-space baseline used by the z-score outlier
detector (v0.3.3, Task A).
muandcov_diagare stored as JSON arrays of f32 — DuckDB’s native array type isn’t a good fit because length varies per embedding model. - CREATE_
MEMORIES_ TABLE - CREATE_
MNEMO_ META_ TABLE - Schema version stamp table. One row per database file, populated on
first
run_migrationscall. A missing row on an existing database indicates a pre-0.3.1 file and is treated as version 1. - CREATE_
RELATIONS_ TABLE - CREATE_
SYNC_ METADATA_ TABLE - CURRENT_
PERSISTENCE_ VERSION - Persistence format version this release writes. Bump when the on-disk schema changes in a way that requires a migrator pass.
- SPRIN
T3_ COLUMN_ ALTERS - SPRIN
T4_ COLUMN_ ALTERS
Functions§
- read_
persistence_ version - Read the stored persistence version, or
Noneif the marker is absent (i.e. this is a fresh database OR a pre-0.3.2 file). - run_
migrations