SwiftUI renderer for the A2UI v0.9 spec #834
sunnypurewal
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've been experimenting with A2UI and I'm making my implementation of the v0.9 spec SwiftUI parser public! The Swift Package can be found here. It implements the entire v0.9 basic catalog.
NOTE: v0.9 is still under development but I found the diff from v0.8 to be significant. v0.9 improves the spec immensely and I decided the best way to stay up-to-date was to implement the next spec rather than the current (almost outdated) spec.
The sample app is a comprehensive look at all of the components and shows how the data model JSON, A2UI adjacency list JSON, and UI are connected. I hope it can be useful to anyone wanting to test their A2UI agent's output in a native iOS app
TextField.mov
Column.mov
Beta Was this translation helpful? Give feedback.
All reactions