pub fn build_agent() -> AgentInfo
Returns the default full-access build agent profile.
let info = build_agent(); assert_eq!(info.mode, AgentMode::Primary);