pub fn by_name(name: &str) -> Option<Box<dyn BuildAgent>>Expand description
Instantiate an agent by name (matching the original GetType().Name). Used for tests and explicit selection.
pub fn by_name(name: &str) -> Option<Box<dyn BuildAgent>>Instantiate an agent by name (matching the original GetType().Name). Used for tests and explicit selection.