mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-28 10:49:46 +02:00
[eric] debugger: swap vendored debugger/ for PyPI swarm-debug in app workspaces
This commit is contained in:
@@ -79,10 +79,6 @@ if ($LASTEXITCODE -ne 0) { throw "pip upgrade failed" }
|
||||
& $PythonBin -m pip install -r (Join-Path $ProjectRoot 'backend\requirements.lock')
|
||||
if ($LASTEXITCODE -ne 0) { throw "pip install requirements failed" }
|
||||
|
||||
Write-Host "Installing debugger module..."
|
||||
& $PythonBin -m pip install (Join-Path $ProjectRoot 'debugger')
|
||||
if ($LASTEXITCODE -ne 0) { throw "pip install debugger failed" }
|
||||
|
||||
Write-Host "Verifying claude-agent-sdk..."
|
||||
& $PythonBin -c "import claude_agent_sdk; print('claude-agent-sdk installed')"
|
||||
if ($LASTEXITCODE -ne 0) { throw "claude-agent-sdk verification failed" }
|
||||
|
||||
Reference in New Issue
Block a user