Built-in R session tools for the Rbebelm agent layer
Source:R/agent-layer.R
bebel_default_r_tools.RdThe default catalog is intentionally small. It exposes read-only file and R session inspection tools plus optional R evaluation and plot rendering. These are ordinary R functions and run in the current R process.
Usage
bebel_default_r_tools(
env = .GlobalEnv,
cwd = getwd(),
allow_eval = FALSE,
max_chars = 4000L
)