pub type CommandArgs = Vec<String>;
CLI arguments forwarded to an agent’s executable or package entry point.
pub struct CommandArgs { /* private fields */ }