pub fn sqlite_ensure_agent_uuid(
conn: &Connection,
alias: &str,
) -> Result<String, Error>Expand description
Mint-or-query a single agent row keyed by alias. Used by the
SQLite migration’s default-agent backfill and by the ensure_agent_uuid
trait impl on the memory backend (alias resolution at agent-loop entry).