mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 04:02:55 -06:00
Copybara import of the project:
-- 76f579c8f75e28c79e322dc60c9dca56ac96d0fa by Hangfei Lin <hangfei@google.com>: doc: Update README.md COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/901 from google:hangfei-patch-3 6c5e264c8134e8eb164114992f3d8f2f2efe83fc PiperOrigin-RevId: 762603928
This commit is contained in:
parent
8076b2294f
commit
0e284f45ff
20
README.md
20
README.md
@ -13,9 +13,10 @@
|
|||||||
</h3>
|
</h3>
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Important Links:
|
Important Links:
|
||||||
<a href="https://google.github.io/adk-docs/">Docs</a> &
|
<a href="https://google.github.io/adk-docs/">Docs</a>,
|
||||||
<a href="https://github.com/google/adk-samples">Samples</a> &
|
<a href="https://github.com/google/adk-samples">Samples</a>,
|
||||||
<a href="https://github.com/google/adk-java">Java ADK</a>.
|
<a href="https://github.com/google/adk-java">Java ADK</a> &
|
||||||
|
<a href="https://github.com/google/adk-web">ADK Web</a>.
|
||||||
</h3>
|
</h3>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
@ -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
|
- **Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or
|
||||||
scale seamlessly with Vertex AI Agent Engine.
|
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
|
## 🚀 Installation
|
||||||
|
|
||||||
@ -124,13 +131,6 @@ adk eval \
|
|||||||
samples_for_testing/hello_world/hello_world_eval_set_001.evalset.json
|
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
|
## 🤝 Contributing
|
||||||
|
|
||||||
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our
|
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our
|
||||||
|
Loading…
Reference in New Issue
Block a user