From d18897d6ad56809b443883504e49d9ab8c8cc75d Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 23 Jun 2026 11:04:38 +0800 Subject: [PATCH] chore(setup): update setup script for ai workspace models --- scripts/setup-ai-workspace-all-in-one.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/setup-ai-workspace-all-in-one.sh b/scripts/setup-ai-workspace-all-in-one.sh index 68e01fa..8f32856 100755 --- a/scripts/setup-ai-workspace-all-in-one.sh +++ b/scripts/setup-ai-workspace-all-in-one.sh @@ -1463,6 +1463,7 @@ print_parallel_service_statuses() { local status_dir local labels=( "Portal / Console" + "Portal API" "XWorkMate Bridge" "OpenClaw" "QMD" @@ -1472,7 +1473,8 @@ print_parallel_service_statuses() { "LiteLLM" ) local units=( - "xworkspace-console.service xworkspace-api.service" + "xworkspace-console.service" + "xworkspace-api.service" "xworkmate-bridge.service xworkspace-bridge.service" "xworkspace-openclaw.service openclaw-gateway.service openclaw.service" "qmd-mcp.service xworkspace-qmd.service qmd.service qdrant.service" @@ -1481,9 +1483,10 @@ print_parallel_service_statuses() { "xworkspace-vault.service vault.service" "xworkspace-litellm.service litellm-proxy.service litellm.service" ) - local ports=("17000" "8787" "18789" "8181" "3920" "5432" "8200" "${AI_WORKSPACE_LITELLM_PORT}") + local ports=("17000" "8788" "8787" "18789" "8181" "3920" "5432" "8200" "${AI_WORKSPACE_LITELLM_PORT}") local urls=( "http://127.0.0.1:17000/" + "http://127.0.0.1:8788/portal/services" "http://127.0.0.1:8787/" "http://127.0.0.1:18789/channels" "http://127.0.0.1:8181/"