chore(admin): remove localmemgpt from VM ops inventory

This commit is contained in:
root 2026-03-31 09:19:42 +00:00
parent 68c8fc0d8d
commit eba9a3abb1

View File

@ -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<string, string> = {
'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',