chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:11:42 +08:00
commit 558f5d0e50
220 changed files with 39039 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
"""Tool package.
Host-side SDK function tools live in ``<family>/tool[s].py`` and are
imported directly by :mod:`strix.agents.factory`. The sandbox-bound
shell + filesystem tools are emitted by the SDK's ``Shell`` and
``Filesystem`` capabilities and bound to the live sandbox session
per-run.
Import deeply so ``import strix.tools`` doesn't pull every submodule's
deps in eagerly.
"""