From eba9a3abb1dc9b61f83c85558e06ccfb411dac8f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Mar 2026 09:19:42 +0000 Subject: [PATCH] chore(admin): remove localmemgpt from VM ops inventory --- dashboards/admin-web/src/lib/ops-stack.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dashboards/admin-web/src/lib/ops-stack.ts b/dashboards/admin-web/src/lib/ops-stack.ts index 60c36431..b031490d 100644 --- a/dashboards/admin-web/src/lib/ops-stack.ts +++ b/dashboards/admin-web/src/lib/ops-stack.ts @@ -186,19 +186,6 @@ export const STACK_SERVICES: ServiceDefinition[] = [ default: 'http://actiontrail-web:3060', path: '/', }, - { - id: 'localmemgpt-web', - name: 'LocalMemGPT Web', - group: 'Product Web Apps', - description: - 'LocalMemGPT product web client hosted on the VM and treated as a public-facing candidate.', - management: 'docker', - exposure: 'public', - port: 3070, - kind: 'http-status', - default: 'http://localmemgpt-web:3070', - path: '/', - }, { id: 'llmlab-dashboard', name: 'LLM Lab Dashboard', @@ -491,7 +478,6 @@ export const RESTARTABLE_SERVICE_CONTAINERS: Record = { 'mindlyst-web': 'learning_ai_common_plat-mindlyst-web-1', 'nomgap-web': 'learning_ai_common_plat-nomgap-web-1', 'actiontrail-web': 'learning_ai_common_plat-actiontrail-web-1', - 'localmemgpt-web': 'learning_ai_common_plat-localmemgpt-web-1', 'llmlab-dashboard': 'learning_ai_common_plat-llmlab-dashboard-1', 'efforise-web': 'learning_ai_common_plat-efforise-web-1', platform: 'learning_ai_common_plat-platform-service-1',