pub fn agent_dir_with<F>(lookup: F) -> PathBufwhere F: Fn(&str) -> Option<String>,
Test seam: lookup env vars through a closure. Production calls agent_dir which delegates to env::var.
agent_dir
env::var