Expand description
Agent Tooling
Tools available to agents for interacting with the workspace. Implements: read_file, search_code, apply_patch, run_command
Structs§
- Agent
Tools - Agent tools for workspace interaction
- Tool
Call - Tool call request from LLM
- Tool
Definition - Tool definition for LLM function calling
- Tool
Parameter - Tool parameter definition
- Tool
Result - Tool result from agent execution
Functions§
- cleanup_
sandbox - Clean up a specific sandbox workspace.
- cleanup_
session_ sandboxes - Clean up all sandbox workspaces for a session.
- copy_
from_ sandbox - Copy a file from a sandbox back to the live workspace, preserving relative paths.
- copy_
to_ sandbox - Copy a file from the workspace into a sandbox, preserving relative paths.
- create_
sandbox - Create a sandbox workspace for provisional verification.
- get_
tool_ definitions - Get tool definitions for LLM function calling
- list_
sandbox_ files - List all files in a sandbox directory as workspace-relative paths.