pub type ModulePath = Vec<String>;
A module path like ["agents", "researcher"].
["agents", "researcher"]
pub struct ModulePath { /* private fields */ }