{
  "schemaVersion": 1,
  "id": "scanforge",
  "name": "ScanForge Scanner Agent",
  "category": "Design and Capture",
  "route": "/agents/scanforge",
  "localUrl": "http://127.0.0.1:8784",
  "description": "Coordinates Kinect capture, calibration, reconstruction, measurements and verified scan handoff.",
  "fastModel": "qwen3:1.7b",
  "deepModel": "qwen3:8b",
  "enabled": true,
  "status": "LIVE_NATIVE_SCAN_COORDINATION",
  "appPath": "agents/apps/scanforge",
  "capabilities": [
    "scanner.status",
    "scan.plan",
    "capture.coordinate",
    "mesh.handoff"
  ],
  "blockedActions": [
    "fake_hardware_ready",
    "medical_certification",
    "socket_or_implant_geometry",
    "forge_auto_unlock"
  ],
  "brandBoundary": "SHIRE",
  "modules": [],
  "brain": {
    "type": "dedicated_scoped_logical_brain",
    "fastModel": "qwen3:1.7b",
    "deepModel": "qwen3:8b",
    "centralOrchestrator": "shire-central",
    "memoryIsolation": "default",
    "crossAgentSharing": "explicit-through-shire"
  },
  "memory": {
    "working": "data/agents/scanforge/working",
    "persistent": "data/agents/scanforge/memory",
    "tasks": "data/agents/scanforge/tasks",
    "evidence": "data/agents/scanforge/evidence"
  },
  "health": {
    "reporting": true,
    "capabilityEvidenceRequired": true
  },
  "externalActionApprovalRequired": true,
  "apiBase": "http://127.0.0.1:8784/api/v1",
  "service": "shire-agent@scanforge.service",
  "runtime": {
    "type": "native_shared_specialist_runtime",
    "version": "0.2.0-native-agent-runtime",
    "host": "127.0.0.1",
    "port": 8784,
    "authentication": "bearer_token_for_writes",
    "publicInboundPorts": false
  }
}
