pub fn upsert_agent_at(
storage_root: &Path,
agent: AgentDefinition,
now_unix: u64,
) -> Result<(), String>Expand description
upsert_agent with an explicit now_unix timestamp, for deterministic
testing and callers that already hold a clock reading.