From a5f191650b85b13fc0ad63d2068a80459189d407 Mon Sep 17 00:00:00 2001 From: Wei Sun Date: Mon, 21 Apr 2025 11:16:26 -0700 Subject: [PATCH] chore: update the readme for a2a integration. PiperOrigin-RevId: 749856734 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dbad6a7..a1d45b1 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,12 @@ adk eval \ samples_for_testing/hello_world/hello_world_eval_set_001.evalset.json ``` +## 🤖 A2A and ADK integration + +For remote agent-to-agent communication, ADK integrates with the +[A2A protocol](https://github.com/google/A2A/). +See this [example](https://github.com/google/A2A/tree/main/samples/python/agents/google_adk) +for how they can work together. ## 🤝 Contributing