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