Commit d885e2d
committed
Refactor Rust A2A service into gateway_rs crate
Reorganize and modernize the Rust A2A service: move mcpgateway_rust into crates/gateway_rs/services/a2a_service, add a new lib.rs PyO3 extension and queue.rs, and update Cargo.toml workspace membership and dependencies. Refactor invoker to accept indexed batch requests and return indexed results (preserving ordering), add A2AInvokeRequest/A2AInvokeResult types, and update unit tests to the new API. Update packaging metadata (pyproject) to expose gateway_rs.a2a_service, add Makefile targets for building/installing/testing gateway Rust crates, and remove legacy mcpgateway_rust artifacts and differential benchmark files.
Signed-off-by: Luca <lucarlig@protonmail.com>1 parent 2905404 commit d885e2d
File tree
36 files changed
+2132
-4967
lines changed- benchmarks/differential
- crates
- gateway_rs/services/a2a_service
- src
- mcpgateway/a2a_agent_service
- src
- mcpgateway_rust
- services/a2a_service/src
- src
- mcpgateway
- services
- tests/unit/mcpgateway
- services
36 files changed
+2132
-4967
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
| |||
0 commit comments