chore: Post processor script for grpc generation.#170
Conversation
|
@holtskinner I see there is an action on a2a repo (spec changes) to trigger the generation on a2a-python. Could you help with a similar action for grpc generation. The script in this will fix the imports post generation. |
Yes, we can do that, I just need the specific script to run which generates the grpc py files. Is it the steps outlined here? https://github.com/google-a2a/A2A/tree/main/specification/grpc#protocol-buffer-definitions |
@holtskinner these are the commands buf generate The first will generate the code in src/a2a/grpc and the second will fix the imports on source. |
Description
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
CONTRIBUTINGGuide.fix:which represents bug fixes, and correlates to a SemVer patch.feat:represents a new feature, and correlates to a SemVer minor.feat!:, orfix!:,refactor!:, etc., which represent a breaking change (indicated by the!) and will result in a SemVer major.nox -s formatfrom the repository root to format)Fixes #<issue_number_goes_here> 🦕