From 641ca7ad4508b8fa24c96b664751ca91c3050fbd Mon Sep 17 00:00:00 2001 From: sdev Date: Thu, 19 Mar 2026 23:10:55 +0530 Subject: [PATCH 1/2] Add jamjet-a2a (Rust SDK) to Rust section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9204aa0..217d0ca 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ New to A2A? Here's a suggested path: * **Rust** * 🌟 [a2a-rs](https://github.com/EmilLindfors/a2a-rs) by [@EmilLindfors](https://github.com/EmilLindfors) [![Stars](https://img.shields.io/github/stars/EmilLindfors/a2a-rs?style=social)](https://github.com/EmilLindfors/a2a-rs) - An idiomatic Rust implementation following hexagonal architecture principles. * 🌟 [Agentic](https://github.com/jeremychone/rust-agentic) by [@jeremychone](https://github.com/jeremychone) [![Stars](https://img.shields.io/github/stars/jeremychone/rust-agentic?style=social)](https://github.com/jeremychone/rust-agentic) - A Rust crate providing essential building blocks for agentic applications, with an ergonomic API for MCP and A2A support. (Work in Progress) + * 🌟 [jamjet-a2a](https://github.com/jamjet-labs/jamjet-a2a) by [@jamjet-labs](https://github.com/jamjet-labs) [![Stars](https://img.shields.io/github/stars/jamjet-labs/jamjet-a2a?style=social)](https://github.com/jamjet-labs/jamjet-a2a) - Standalone Rust SDK for A2A v1.0 with client, server, coordinator routing, and MCP bridge. Two crates: `jamjet-a2a-types` (pure types, zero I/O) + `jamjet-a2a` (full SDK with feature flags). [![crates.io](https://img.shields.io/crates/v/jamjet-a2a.svg)](https://crates.io/crates/jamjet-a2a) * **Python** * 🌟 [a2a-python](https://github.com/a2aproject/a2a-python) by [@a2aproject](https://github.com/a2aproject) [![Stars](https://img.shields.io/github/stars/a2aproject/a2a-python?style=social)](https://github.com/a2aproject/a2a-python) - **Official** Python SDK for running agentic applications as A2A servers following the Agent2Agent Protocol. * 🌟 [a2a_min](https://github.com/pcingola/a2a_min) by [@pcingola](https://github.com/pcingola) [![Stars](https://img.shields.io/github/stars/pcingola/a2a_min?style=social)](https://github.com/pcingola/a2a_min) - A minimalistic Python SDK for A2A communication. From b672a717c878fd8e4d413a3a50b15db932728b82 Mon Sep 17 00:00:00 2001 From: sdev Date: Thu, 19 Mar 2026 23:45:28 +0530 Subject: [PATCH 2/2] Add TCK conformance note to jamjet-a2a entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 217d0ca..b4b5330 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ New to A2A? Here's a suggested path: * **Rust** * 🌟 [a2a-rs](https://github.com/EmilLindfors/a2a-rs) by [@EmilLindfors](https://github.com/EmilLindfors) [![Stars](https://img.shields.io/github/stars/EmilLindfors/a2a-rs?style=social)](https://github.com/EmilLindfors/a2a-rs) - An idiomatic Rust implementation following hexagonal architecture principles. * 🌟 [Agentic](https://github.com/jeremychone/rust-agentic) by [@jeremychone](https://github.com/jeremychone) [![Stars](https://img.shields.io/github/stars/jeremychone/rust-agentic?style=social)](https://github.com/jeremychone/rust-agentic) - A Rust crate providing essential building blocks for agentic applications, with an ergonomic API for MCP and A2A support. (Work in Progress) - * 🌟 [jamjet-a2a](https://github.com/jamjet-labs/jamjet-a2a) by [@jamjet-labs](https://github.com/jamjet-labs) [![Stars](https://img.shields.io/github/stars/jamjet-labs/jamjet-a2a?style=social)](https://github.com/jamjet-labs/jamjet-a2a) - Standalone Rust SDK for A2A v1.0 with client, server, coordinator routing, and MCP bridge. Two crates: `jamjet-a2a-types` (pure types, zero I/O) + `jamjet-a2a` (full SDK with feature flags). [![crates.io](https://img.shields.io/crates/v/jamjet-a2a.svg)](https://crates.io/crates/jamjet-a2a) + * 🌟 [jamjet-a2a](https://github.com/jamjet-labs/jamjet-a2a) by [@jamjet-labs](https://github.com/jamjet-labs) [![Stars](https://img.shields.io/github/stars/jamjet-labs/jamjet-a2a?style=social)](https://github.com/jamjet-labs/jamjet-a2a) - Standalone Rust SDK for A2A v1.0 with client, server, coordinator routing, and MCP bridge. TCK conformant (75/76 mandatory). Two crates: `jamjet-a2a-types` (pure types, zero I/O) + `jamjet-a2a` (full SDK with feature flags). [![crates.io](https://img.shields.io/crates/v/jamjet-a2a.svg)](https://crates.io/crates/jamjet-a2a) * **Python** * 🌟 [a2a-python](https://github.com/a2aproject/a2a-python) by [@a2aproject](https://github.com/a2aproject) [![Stars](https://img.shields.io/github/stars/a2aproject/a2a-python?style=social)](https://github.com/a2aproject/a2a-python) - **Official** Python SDK for running agentic applications as A2A servers following the Agent2Agent Protocol. * 🌟 [a2a_min](https://github.com/pcingola/a2a_min) by [@pcingola](https://github.com/pcingola) [![Stars](https://img.shields.io/github/stars/pcingola/a2a_min?style=social)](https://github.com/pcingola/a2a_min) - A minimalistic Python SDK for A2A communication.