Agentic design / widgets #2514
dbauszus-glx
started this conversation in
Ideas
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.
-
Mapp layer are defined as JSON. Adding a new layer or modifying an existing layer, eg. themes will require access to a role restricted layer schema. #2513
This discussion is in regards to interfaces for creating JSON code-as-config from a schema.
Even a relative simple JSON theme would require a series of complex interfaces.
What is the type of the theme?
Which field, fields should be used?
What is the distribution of field values?
How should categories be organised?
The question is whether these complex widgets may be an evolutionary deadend.
Would it be better to explore AI agents which have access to a schema and through the schema a distribution of the data and API capabilities to create JSON for a theme, and or layer.
The AI agent could also be used to create a workspace in the first place.
Beta Was this translation helpful? Give feedback.
All reactions