{"version":3,"file":"api/routes/system.mjs","sources":["webpack://@agent-tars/server/./src/api/routes/system.ts"],"sourcesContent":["/*\n * Copyright (c) 2025 Bytedance, Inc. and its affiliates.\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport express from 'express';\nimport * as systemController from '../controllers/system';\n\n/**\n * Register system information routes\n * @param app Express application\n */\nexport function registerSystemRoutes(app: express.Application): void {\n  // Health check endpoint\n  app.get('/api/health', systemController.healthCheck);\n\n  // Get model information\n  app.get('/api/model-info', systemController.getModelInfo);\n}\n"],"names":["registerSystemRoutes","app","systemController"],"mappings":";;;;;AAYO,SAASA,qBAAqBC,GAAwB;IAE3DA,IAAI,GAAG,CAAC,eAAeC;IAGvBD,IAAI,GAAG,CAAC,mBAAmBC;AAC7B"}