Commit Graph

28 Commits

Author SHA1 Message Date
jacobsimionato 2e373b4735
Remove output format from DateTimeInput and clarify data model format (#353)
- Parameter was not properly documented, so not clear what it was doing
- Parameter not implemented by any renderers AFAICT
- Parameter is neither well-suited for formatting date for data transmission purposes, or for display purposes:
  - Transmission purposes: Better to use ISO 8601 format as it's standardized.
  - Display purposes: Likely better for the renderer to handle display of dates using a localization library to adapt based on the user location and preferences. Otherwise, this complexity is pushed to the backend.
2025-12-19 10:58:09 +10:30
Didier Durand fac632cf75
[doc] fixing typos in diverse files (#292) 2025-12-18 10:00:03 +10:30
Greg Spencer eaa60dd77a
Add a renderer development guide (#305) 2025-12-16 12:34:47 -08:00
alan blount 2332aacd50
Add initial docs for public launch of repository (#277) 2025-12-16 06:58:14 +10:30
Seth Ladd edad6de3f1
Revise A2UI gallery description for clarity (#280)
* Revise A2UI gallery description for clarity

Updated description of A2UI gallery in README.

* Delete docs/assets/a2ui_composer_gallery.png

* Add files via upload

* Update image source in README.md
2025-12-14 14:05:27 -08:00
Seth Ladd 5945f86654
rebuild the README (#276) 2025-12-12 17:35:12 -08:00
Holt Skinner 7b795a7d84 docs: Update Landscape Architect Demo 2025-11-06 16:47:12 -05:00
Holt Skinner 92d508cfa2 docs: Add Demo Videos 2025-11-06 10:40:54 -05:00
Holt Skinner d1733123e8
docs: Update Homepage Styling and text (#105) 2025-11-05 10:23:43 -06:00
Holt Skinner 23677a0229 docs: Adjust Styling for Waitlist Form 2025-11-04 10:08:45 -06:00
Holt Skinner ed7617ea33 docs: Update width of signup form and add `<hr>` 2025-11-03 11:54:13 -06:00
Holt Skinner ec8bb36c46
docs: Add Waitlist Form to the homepage and move docs to private directory (#103) 2025-11-03 11:48:09 -06:00
jacobsimionato 57176ca1ee
Remove v0.8 proposal doc (#101)
Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
2025-11-03 07:29:31 -08:00
Holt Skinner 8e7c0f4a49
docs: Add A2UI Logo (#93) 2025-10-29 09:18:34 -07:00
Greg Spencer eadd79a46b
Refactor: Update schema to use `valueMap` instead of `valueList`, clarify data model. (#83) 2025-10-28 16:38:27 -07:00
Greg Spencer b8dcd52e63
Align apps with schema (#42) 2025-10-23 08:31:24 -07:00
Greg Spencer 7e63caf76f
docs: Update protocol docs and schema files (#27)
* Update protocol docs

* Add dynamicCatalog description, update old proposal formatting

* Remove style from dynamic catalog

* Add valueList to data model

* Clean up schema files

* Fix JSON fragment

---------

Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
2025-10-21 08:13:39 -07:00
Greg Spencer a9314153eb
Update schema to work better with structured output (#26) 2025-10-16 14:37:53 -07:00
Jacob Simionato 416109ed17 update spec doc to be consistent with v0.8 changes 2025-10-09 09:51:26 +10:30
Jacob Simionato cca380e750 Make surfaceId scoped to entire protocol message 2025-10-09 09:46:24 +10:30
Jacob Simionato 88d025953d Rename everything to a2ui 2025-10-08 11:22:54 +10:30
Jacob Simionato ec836714fa Make LLM schema and overall GULF doc consistent with v0.8 changes 2025-10-08 11:19:26 +10:30
Jacob Simionato a22fd93102 Update v0.8 based on feedback on doc 2025-10-08 10:58:17 +10:30
Jacob Simionato 2ca0043d1b Summarize the widget catalog changes in the docs 2025-10-03 12:29:33 +09:30
Jacob Simionato 111cfe7b9d Add Markdown support for text 2025-10-03 12:14:46 +09:30
Jacob Simionato 3cd82238b3 Add image fit property 2025-10-03 12:11:42 +09:30
Jacob Simionato cd208200cd Add the ability to specify *both* literal value and data path 2025-10-03 12:03:11 +09:30
Jacob Simionato cff8bfc3ff Move docs around to match suggested format 2025-10-03 11:46:11 +09:30