Skip to main content

sqlite_ensure_agent_uuid

Function sqlite_ensure_agent_uuid 

Source
pub fn sqlite_ensure_agent_uuid(
    conn: &Connection,
    alias: &str,
) -> Result<String>
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).