pub fn code_tools(
workspace: impl Into<PathBuf>,
dangerous: bool,
verify_commands: Vec<String>,
) -> Vec<Arc<dyn Tool>>Expand description
Curated code builtins rooted at workspace, plus the verify tool bound to
verify_commands. When dangerous is false, bash is omitted.