Generative UI plugin
Gram Elements now supports a generative UI plugin for dynamic widget rendering, enabling AI assistants to create interactive visual interfaces directly within chat conversations.
The plugin renders ui code blocks as interactive widgets, providing a rich set of components for displaying data and enabling user interactions.
Features
- Generative UI plugin #1348 - Added generative UI plugin for dynamic widget rendering. The plugin renders
uicode blocks as interactive widgets including Card, Grid, Metric, Table, Badge, Progress, List, and ActionButton components. ActionButton enables triggering tool calls directly from generated UI. (Author: @adaam2 )