Files
tw2/examples/agent/a2ui_agent/samples/client/lit/contact
codex-bot a64378956a
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
chore: initialize sandbox and overwrite remote content
2026-03-02 22:32:27 +08:00
..

A2UI Generator

This is a UI to generate and visualize A2UI responses.

Prerequisites

  1. nodejs

Running

This sample depends on the Lit renderer. Before running this sample, you need to build the renderer.

  1. Build the renderer:

    cd ../../../renderers/lit
    npm install
    npm run build
    
  2. Run this sample:

    cd - # back to the sample directory
    npm install
    
  3. Run the servers:

    • Run the A2A server
    • Run the dev server: npm run dev

After starting the dev server, you can open http://localhost:5173/ to view the sample.