Commit e955c68
committed
feat: implement protobuf generation and fix Python gRPC imports
- Install and configure protobuf toolchain (protoc, protoc-gen-go, grpc-gateway)
- Successfully execute make grpc grpc-gw equivalent for api-testing project
- Generate Go protobuf files: server.pb.go, server.pb.gw.go, server_grpc.pb.go
- Generate loader and monitor protobuf files for remote testing
- Regenerate Python protobuf code: ai_extension_pb2.py, ai_extension_pb2_grpc.py
- Fix Python import paths: change absolute imports to relative imports
- Verify gRPC server functionality and service registration
- Confirm AI extension services (GenerateSQLFromNaturalLanguage, GenerateContent) are operational
Breaking changes: None
Tested: ✅ gRPC server starts successfully with all services registered1 parent 14edd88 commit e955c68
File tree
8 files changed
+4551
-5565
lines changed- pkg
- runner/monitor
- server
- testing/remote
8 files changed
+4551
-5565
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments