[eric] debugger: swap vendored debugger/ for PyPI swarm-debug in app workspaces

This commit is contained in:
ciregenz
2026-07-02 00:16:53 -07:00
parent fb0044f156
commit 77ff2b79e9
15 changed files with 82 additions and 100 deletions
-4
View File
@@ -89,10 +89,6 @@ echo "Installing backend dependencies (from requirements.lock)..."
"$PYTHON_BIN" -m pip install --upgrade pip
"$PYTHON_BIN" -m pip install -r "$PROJECT_ROOT/backend/requirements.lock"
# Install the debugger module
echo "Installing debugger module..."
"$PYTHON_BIN" -m pip install "$PROJECT_ROOT/debugger"
# Verify claude-agent-sdk and its bundled binary
echo "Verifying claude-agent-sdk..."
"$PYTHON_BIN" -c "import claude_agent_sdk; print(f'claude-agent-sdk installed')"