From 5ab43e804a915d1be22a838068c3d5ae4876ff22 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Mon, 21 Apr 2025 09:55:30 -0700 Subject: [PATCH] chore: update the readme for a2a integration (#319) chore: update the readme for a2a integration --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dbad6a7..ab8e72b 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ 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