first commit

This commit is contained in:
Zakaria
2026-07-02 12:31:49 -04:00
commit 1c7784cae9
189 changed files with 32427 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# apply_patch
SDK-provided file patching tool — the agent's only first-class way to edit
files in the sandbox. Surfaced to the model as `patch` (renamed via
`_TOOL_NAME_OVERRIDES` in `strix/agents/factory.py`).
- **Implementation:** `agents.sandbox.capabilities.tools.apply_patch_tool.ApplyPatchTool`
(upstream `agents` SDK)
- **Wired in:** `strix/agents/factory.py` — added per-run via the SDK
`Filesystem` capability.