== GearScope OpenMontage Run A (fresh venv, no preinstalled deps) == == host: macOS aarch64, python3.11 == $ /Users/openclaw/.local/bin/python3.11 -m venv /tmp/om-venv-fresh PASS: venv created $ /tmp/om-venv-fresh/bin/pip install -r requirements.txt [notice] A new release of pip is available: 24.0 -> 26.2.1 [notice] To update, run: python3.11 -m pip install --upgrade pip PASS: requirements.txt installed $ /tmp/om-venv-fresh/bin/python -c "from tools.tool_registry import registry; registry.discover(); print(len(registry.support_envelope()))" (via script file) 121 tools discovered with zero API keys configured PASS: tool registry imports and discovers $ ffmpeg -version | head -1 ffmpeg version 8.0.1 Copyright (c) 2000-2025 the FFmpeg developers $ node --version v24.13.1