1 2 3 4 5 6 7
use agent_client_protocol_conductor::ConductorArgs; use clap::Parser; #[tokio::main] async fn main() -> anyhow::Result<()> { ConductorArgs::parse().main().await }