From 0e284f45fff044055d109208184998d23fbd889e Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Fri, 23 May 2025 16:09:52 -0700 Subject: [PATCH] Copybara import of the project: -- 76f579c8f75e28c79e322dc60c9dca56ac96d0fa by Hangfei Lin : doc: Update README.md COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/901 from google:hangfei-patch-3 6c5e264c8134e8eb164114992f3d8f2f2efe83fc PiperOrigin-RevId: 762603928 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 25e8f90..3edc7c8 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@

Important Links: - Docs & - Samples & - Java ADK. + Docs, + Samples, + Java ADK & + ADK Web.

@@ -39,6 +40,12 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a - **Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or scale seamlessly with Vertex AI Agent Engine. +## 🤖 Agent2Agent (A2A) Protocol 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. ## 🚀 Installation @@ -124,13 +131,6 @@ 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 We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our