{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "python3 -m venv venv && .\/venv\/bin\/pip install --upgrade pip --quiet && .\/venv\/bin\/pip install -r requirements-dev.txt 2>&1 | tail -10 && echo \"PIP_OK\"",
"timeout": 600000,
"description": "Create venv and install dev deps in crawler dir",
"run_in_background": true
}
}
{
"tool_response": {
"stdout": "",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false,
"backgroundTaskId": "b3mnc67rc"
}
}