#!/bin/bash python -m grpc_tools.protoc -I./protos --python_out=. --grpc_python_out=. ./protos/agent.proto echo "Protobuf compiled successfully."