Dear all, I'm pleased to share that shinygenui 0.1.0 is now on CRAN. Built on ellmer and shinychat, it lets a language model build and update interactive Shiny interfaces from a developer defined catalog of components.
The "intent to interface" loop works like this: Components wrap regular Shiny UI and server logic. The LLM selects components and supplies typed arguments via tool calls, which shinygenui validates before rendering. Shiny handles subsequent reactive interactions. CRAN: https://cran.r-project.org/package=shinygenui Blog post: https://nanx.me/blog/post/shinygenui/ Best, -Nan _______________________________________________ R-packages mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-packages ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

