# \donttest{
if (interactive()) {
# Create registry with all standard agents
registry <- create_standard_registry()
# Create registry with only data and visualization agents
registry <- create_standard_registry(
include_file = FALSE,
include_env = FALSE,
include_planner = FALSE
)
}
# }
Run the code above in your browser using DataLab