pub fn sqlite_ensure_default_agent_uuid(
conn: &Connection,
) -> Result<String, Error>Expand description
Mint or query the default agent’s row. Idempotent on concurrent
first-init: the returned UUID is the row that actually persisted,
not the candidate we attempted to insert.