Skip to content

feat: add SLIMRPC transport binding#16

Merged
muscariello merged 4 commits intomainfrom
feat/13-slimrpc-transport-binding
Apr 4, 2026
Merged

feat: add SLIMRPC transport binding#16
muscariello merged 4 commits intomainfrom
feat/13-slimrpc-transport-binding

Conversation

@muscariello
Copy link
Copy Markdown
Member

Summary

  • add a new a2a-slimrpc workspace crate for SLIMRPC client and server bindings
  • add the SLIMRPC transport protocol constant and workspace/documentation plumbing
  • bridge A2A request handling, protobuf conversions, and SLIMRPC error mapping

Testing

  • cargo test -p agntcy-a2a-slimrpc
  • cargo check --workspace

Closes #13
Part of #12

Refs #13

Signed-off-by: Luca Muscariello <[email protected]>
@muscariello muscariello linked an issue Apr 4, 2026 that may be closed by this pull request
7 tasks
@muscariello muscariello requested a review from a team April 4, 2026 08:38
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 4, 2026

Codecov Report

❌ Patch coverage is 96.01518% with 21 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
a2a-slimrpc/src/server.rs 90.62% 18 Missing ⚠️
a2a-slimrpc/src/client.rs 98.03% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

Refs #13

Signed-off-by: Luca Muscariello <[email protected]>
Refs #13

Signed-off-by: Luca Muscariello <[email protected]>
Signed-off-by: Luca Muscariello <[email protected]>
@muscariello muscariello merged commit 8198656 into main Apr 4, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

task: add SLIMRPC transport binding

2 participants