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 ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package github is the agent's pull-request review surface: fetch a pull request and its diff, post inline and summary comments, and submit a formal review verdict.
|
Package github is the agent's pull-request review surface: fetch a pull request and its diff, post inline and summary comments, and submit a formal review verdict. |
Click to show internal directories.
Click to hide internal directories.