chore: initialize sandbox and overwrite remote content
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_en (ubuntu-latest, 3.10) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_zh (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.12) (push) Has been cancelled

This commit is contained in:
codex-bot
2026-03-02 22:32:27 +08:00
commit a64378956a
584 changed files with 93604 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# A2UI Generator
This is a UI to generate and visualize A2UI responses.
## Prerequisites
1. [nodejs](https://nodejs.org/en)
## Running
This sample depends on the Lit renderer. Before running this sample, you need to build the renderer.
1. **Build the renderer:**
```bash
cd ../../../renderers/lit
npm install
npm run build
```
2. **Run this sample:**
```bash
cd - # back to the sample directory
npm install
```
3. **Run the servers:**
- Run the [A2A server](../../../agent/adk/contact_lookup/)
- Run the dev server: `npm run dev`
After starting the dev server, you can open http://localhost:5173/ to view the sample.