Skip to content

Commit 5630973

Browse files
hangfeicopybara-github
authored andcommitted
Copybara import of the project:
-- 76f579c by Hangfei Lin <hangfei@google.com>: doc: Update README.md COPYBARA_INTEGRATE_REVIEW=google#901 from google:hangfei-patch-3 6c5e264 PiperOrigin-RevId: 762603928
1 parent 29a1645 commit 5630973

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
</h3>
1414
<h3 align="center">
1515
Important Links:
16-
<a href="https://google.github.io/adk-docs/">Docs</a> &
17-
<a href="https://github.com/google/adk-samples">Samples</a> &
18-
<a href="https://github.com/google/adk-java">Java ADK</a>.
16+
<a href="https://google.github.io/adk-docs/">Docs</a>,
17+
<a href="https://github.com/google/adk-samples">Samples</a>,
18+
<a href="https://github.com/google/adk-java">Java ADK</a> &
19+
<a href="https://github.com/google/adk-web">ADK Web</a>.
1920
</h3>
2021
</html>
2122

@@ -39,6 +40,12 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a
3940
- **Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or
4041
scale seamlessly with Vertex AI Agent Engine.
4142

43+
## 🤖 Agent2Agent (A2A) Protocol and ADK Integration
44+
45+
For remote agent-to-agent communication, ADK integrates with the
46+
[A2A protocol](https://github.com/google/A2A/).
47+
See this [example](https://github.com/google/A2A/tree/main/samples/python/agents/google_adk)
48+
for how they can work together.
4249

4350
## 🚀 Installation
4451

@@ -124,13 +131,6 @@ adk eval \
124131
samples_for_testing/hello_world/hello_world_eval_set_001.evalset.json
125132
```
126133

127-
## 🤖 A2A and ADK integration
128-
129-
For remote agent-to-agent communication, ADK integrates with the
130-
[A2A protocol](https://github.com/google/A2A/).
131-
See this [example](https://github.com/google/A2A/tree/main/samples/python/agents/google_adk)
132-
for how they can work together.
133-
134134
## 🤝 Contributing
135135

136136
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our

0 commit comments

Comments
 (0)