Launch an interactive Shiny app that demonstrates how Recursive Language
Models (RLMs) work. The app includes pre-recorded traces showing RLM
exploration of the bslib source code, with playback controls, educational
annotations, and an optional live execution mode.
Usage
run_demo(port = NULL, launch.browser = TRUE)
Arguments
- port
Port to run the app on. If NULL, Shiny picks an available port.
- launch.browser
Whether to open the app in a browser (default TRUE).
Value
Invisibly returns the Shiny app object.
Details
The demo app has two modes:
Examples
if (FALSE) { # \dontrun{
run_demo()
} # }