Documentation
¶
Overview ¶
Package tools is the agent's default toolset: the standard capable surface a coding agent needs to do real work - run a command, and read, write, edit, glob, and grep files - each exposed as a mission.Tool the model can call.
The tools hold no host access of their own. Every command and file operation goes through a sandbox.Sandbox, which confines it to a working directory and (in stronger tiers) a container or microVM. So the tools are pure logic - the edit single-match rule, the grep binary skip, the bash exit reporting - and the isolation lives in one place beneath them, the same for every tier.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.