{
  "modules": {
    "httpserver": {
      "enabled": true,
      "config": {
        "moduleType": "http-server",
        "host": "0.0.0.0",
        "port": 5555,
        "cors": {
          "origin": "*",
          "credentials": true
        },
        "timeout": 300000,
        "bodyLimit": "10mb",
        "enableMetrics": true,
        "enableHealthChecks": true
      }
    },
    "virtualrouter": {
      "enabled": true,
      "config": {
        "moduleType": "virtual-router",
        "contextBudget": {
          "defaultMaxContextBytes": 200000,
          "safetyRatio": 0.1
        },
        "classificationConfig": {
          "confidenceThreshold": 60,
          "enableSmartRouting": true,
          "longContextThresholdTokens": 180000,
          "backgroundKeywords": [
            "background",
            "上下文"
          ],
          "visionKeywords": [
            "vision",
            "image",
            "picture",
            "photo",
            "截图",
            "图像"
          ]
        }
      }
    }
  }
}
