Added Missing WebSockets Dependencies

This commit is contained in:
2025-04-07 21:28:39 -06:00
parent 31e899c842
commit 5c35447a15
3 changed files with 7 additions and 5 deletions

View File

@ -65,7 +65,7 @@ switch ($choice) {
# ---------------------- Server Module ----------------------
"1" {
Clear-Host
Write-Host "Deploying Borealis - Workflow Automation Tool..." -ForegroundColor Green
Write-Host "Deploying Borealis - Workflow Automation Tool..." -ForegroundColor Blue
Write-Host "===================================================================================="
# ---------------------- Server: Environment & Dependency Checks ----------------------
@ -161,7 +161,7 @@ switch ($choice) {
# ---------------------- Agent Module ----------------------
"2" {
Clear-Host
Write-Host "Deploying Borealis Agent..." -ForegroundColor Green
Write-Host "Deploying Borealis Agent..." -ForegroundColor Blue
Write-Host "===================================================================================="
# ---------------------- Agent: Path Definitions ----------------------
@ -202,7 +202,7 @@ switch ($choice) {
# ---------------------- Agent: Launch Agent Script ----------------------
Push-Location $venvFolder
Write-Host "`nLaunching Borealis Agent..." -ForegroundColor Green
Write-Host "`nLaunching Borealis Agent..." -ForegroundColor Blue
Write-Host "===================================================================================="
python "Agent\borealis-agent.py"
Pop-Location