use ExitStatus;
use Result;
use cratestdio;
/// Runs the named agent over stdio, mirroring the CLI `run` command.
///
/// Arguments are forwarded to the agent process, and the caller receives the exit
/// status so they can decide how to report success or failure.
pub async