From 7a0d09479ee32d2f2743093e7843ff3e3eb2280c Mon Sep 17 00:00:00 2001 From: "tirodkar@google.com" Date: Mon, 18 May 2026 16:41:29 -0700 Subject: [PATCH] Add Labels to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1f04148..4bc0fda 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Google Maps Agentic UI Toolkit +![Alpha](https://img.shields.io/badge/release-alpha-orange) +[![Python CI](https://github.com/googlemaps/a2ui/actions/workflows/python-ci.yml/badge.svg)](https://github.com/googlemaps/a2ui/actions/workflows/python-ci.yml) +[![Web CI](https://github.com/googlemaps/a2ui/actions/workflows/web-ci.yml/badge.svg)](https://github.com/googlemaps/a2ui/actions/workflows/web-ci.yml) +[![GitHub License](https://img.shields.io/github/license/googlemaps/a2ui?color=blue)](LICENSE) + > **Note:** This toolkit is in **Experimental** status. This repository contains the A2UI reference implementation for the Google Maps Agentic UI Toolkit. It includes tools for implementing the Agent-to-User Interface (A2UI) standard, allowing agents to present rich, interactive interfaces across different platforms.