skip to content
$worker

a2ui

v0.1.14

Compose, validate, persist, and render A2UI v0.9.1 surfaces for Harness sessions in chat and on an injectable Console page.

iiiverified
1 installs0 in 7d0 today
install
$iii trigger compose::add worker=a2ui@0.1.14
  • macOS: arm64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64

exact versions are immutable; binary and bundle artifacts are digest-pinned.

functions

1

a2ui::generate

function

Generate a user interface from a short description and optional data. Renders a safe A2UI v0.9.1 surface in chat and on the A2UI page, returning a compact receipt.

request
  • dataunknown

    Optional application data. The composer should bind components to this data instead of repeating it in the component graph.

  • descriptionstringrequired

    Plain-language description of the interface to compose.

  • replaceboolean

    Replace a surface with the same id. Defaults to true.

  • surface_idstring

    Stable id to use for the generated surface. Omit for a generated id.

  • titlestring

    Human-readable title shown in the Console sidebar.

response
  • catalog_idstringrequired
  • component_countinteger· uintrequiredmin 0
  • pagestringrequired
  • protocol_versionstringrequired
  • revisioninteger· uint64requiredmin 0
  • session_idstringrequired
  • statusstringrequiredenum: active, deleted
  • surface_idstringrequired
  • titlestringrequired

triggers

0
no triggers registered