cd1bb46d50
Tail end of the sandbox-tools migration: - Drop ``ENV STRIX_SANDBOX_MODE=true`` and ``ENV PYTHONPATH=/app`` from the Dockerfile — both only mattered for the now-deleted in-container tool server (the legacy ``register_tool`` registry gated on the env var, and the entrypoint set ``PYTHONPATH`` so it could ``-m strix.runtime.tool_server``). - Drop ``strix_disable_browser`` from the Config defaults — the legacy registry used it to skip ``browser_action`` registration; agent-browser is unconditional now. - Strip the ``tool_server.py`` blurb from ``strix/runtime/__init__.py``. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
329 B
Python
9 lines
329 B
Python
"""Strix runtime package.
|
|
|
|
- :class:`strix.runtime.strix_docker_client.StrixDockerSandboxClient` —
|
|
host-side ``DockerSandboxClient`` subclass that injects
|
|
``NET_ADMIN`` / ``NET_RAW`` capabilities and ``host.docker.internal``
|
|
extra-hosts, used by the per-scan session manager
|
|
(:mod:`strix.sandbox.session_manager`).
|
|
"""
|