From dc26aad663b6ae72223cfec9b91eaf73a636402d Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Mon, 11 Aug 2025 10:47:18 -0700 Subject: [PATCH] docs: Adds pypi badge to README.md PiperOrigin-RevId: 793713600 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4632a902..46fd8805 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Agent Development Kit (ADK) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) +[![PyPI](https://img.shields.io/pypi/v/google-adk)](https://pypi.org/project/google-adk/) [![Python Unit Tests](https://github.com/google/adk-python/actions/workflows/python-unit-tests.yml/badge.svg)](https://github.com/google/adk-python/actions/workflows/python-unit-tests.yml) [![r/agentdevelopmentkit](https://img.shields.io/badge/Reddit-r%2Fagentdevelopmentkit-FF4500?style=flat&logo=reddit&logoColor=white)](https://www.reddit.com/r/agentdevelopmentkit/) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/google/adk-python) @@ -14,7 +15,7 @@

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