Patch codeagent_client() to use btw file tools (Path A)
Source:R/tools_btw_files_pathA.R
enable_btw_file_tools.RdCall this once after loading codeagent to enable btw file tools globally.
Modifies .register_all_tools() behaviour for subsequent codeagent_client() calls.
Details
library(codeagent)
source(system.file("pathA/tools_btw_files.R", package = "codeagent"))
enable_btw_file_tools() # opt in
client <- codeagent_client(chat)