diff --git a/client/web/README.md b/client/web/README.md index c94bedf..cb69846 100644 --- a/client/web/README.md +++ b/client/web/README.md @@ -2,6 +2,8 @@ This package provides the Web (Lit-based) client library for the Maps Agentic UI Toolkit (MAUI). It includes components and utilities to render A2UI surfaces and communicate with an A2A agent server. +Note: This library only works when paired with an Agent that can generate A2UI. See [Agentic UI Toolkit samples](https://github.com/googlemaps-samples/a2ui) for a reference implementation of an A2A Agent. + ## How to Integrate To integrate these components into an existing application, you can refer to the [Agentic UI Toolkit samples project](https://github.com/googlemaps-samples/a2ui). diff --git a/client/web/package-lock.json b/client/web/package-lock.json index 9cd9ea4..45fb64d 100644 --- a/client/web/package-lock.json +++ b/client/web/package-lock.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/a2ui", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/client/web/package.json b/client/web/package.json index a0f67b6..5cc2a5a 100644 --- a/client/web/package.json +++ b/client/web/package.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/a2ui", - "version": "0.1.1", + "version": "0.1.2", "description": "Maps Agentic UI Toolkit Library", "main": "./dist/src/lit/index.js", "types": "./dist/src/lit/index.d.ts",