v0.9 schema #935
-
|
Hello, is the full v0.9 a2ui schema available anywhere? From the docs, this is how we should get the 0.8 schema: https://a2ui.org/guides/agent-development/#generating-a2ui-messages I am looking to implement a2ui, but I'd like to directly start with 0.9, knowing 0.8 will be deprecated and will significantly change. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Yes. The schemas are in this directory: https://github.com/google/A2UI/tree/main/specification/v0_9/json For server to client messages, the combination of server_to_client.json, common_types.json and a catalog schema are typically used together. If you're looking to implement an A2UI renderer, take a look at this guide. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! |
Beta Was this translation helpful? Give feedback.
Yes. The schemas are in this directory: https://github.com/google/A2UI/tree/main/specification/v0_9/json
For server to client messages, the combination of server_to_client.json, common_types.json and a catalog schema are typically used together.
If you're looking to implement an A2UI renderer, take a look at this guide.