pub fn run_agent_command_and_exit(args: AgentArgs) -> !Expand description
Run agent subcommands and exit the process. This is a convenience wrapper that calls std::process::exit with the appropriate exit code, since the main function returns Result<()>.