Initial commit
This commit is contained in:
8
skills/skill-adapter/scripts/README.md
Normal file
8
skills/skill-adapter/scripts/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Scripts
|
||||
|
||||
Bundled resources for grpc-service-generator skill
|
||||
|
||||
- [ ] generate_proto.sh: Generates a basic .proto file with example service and message definitions.
|
||||
- [ ] compile_proto.sh: Compiles the .proto file into gRPC stubs for different languages (Python, Go, Java).
|
||||
- [ ] run_grpc_server.py: A basic Python gRPC server implementation for testing the generated stubs.
|
||||
- [ ] test_grpc_client.py: A basic Python gRPC client implementation for testing the gRPC server.
|
||||
Reference in New Issue
Block a user