feat: add Rust-Go interoperability suite#167
Merged
muscariello merged 15 commits intomainfrom Apr 6, 2026
Merged
Conversation
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
paralta
approved these changes
Apr 6, 2026
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
integrations/agntcy-a2afrom a JSON-RPC smoke suite into a released-crate Rust <-> Go interoperability component covering JSON-RPC, HTTP+JSON, and gRPCagntcy-a2a 0.2.4,agntcy-a2a-client 0.1.9,agntcy-a2a-server 0.2.2,agntcy-a2a-grpc 0.1.6, andagntcy-a2a-pb 0.1.5SendMessage,GetTask,ListTasks,CancelTask, negative-path error semantics, unsupported push behavior, and preservation of a mixed text plus structured-data request with message metadata through task historyListTaskspathValidation
cargo build --manifest-path integrations/agntcy-a2a/fixtures/rust/Cargo.toml --binsPATH=/opt/homebrew/Cellar/go/1.26.1/libexec/bin:$PATH /opt/homebrew/Cellar/go/1.26.1/libexec/bin/go test . -count=1 -v -failfast -test.v -test.paniconexit0 -ginkgo.timeout 20m -timeout 20m -ginkgo.v -ginkgo.label-filter=grpcrun fromintegrations/agntcy-a2a/testsReferences