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