pub fn catalog_from_path(path: impl AsRef<Path>) -> Vec<AgentDefinition>Expand description
Read a catalog from a settings file, falling back to built-ins on IO or
parse errors. The returned list includes inactive entries for callers that
need to display/modify them; use active_catalog for launch choices.