| create_computer_tools | R Documentation |
Create atomic tools for computer abstraction layer. These tools provide a small set of primitives that agents can use to perform complex actions.
create_computer_tools(
computer = NULL,
working_dir = tempdir(),
sandbox_mode = "permissive"
)
computer |
Computer instance (default: create new) |
working_dir |
Working directory. Defaults to |
sandbox_mode |
Sandbox mode: "strict", "permissive", or "none" |
List of Tool objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.