fn main() {
    tonic_build::configure()
        .build_client(false)
        .compile(&["../proto/agent.proto"], &["../proto"])
        .unwrap();
}