local-first · v0.1

Diagnostics Dashboard

Every runtime's read-only state, aggregated into one operating-system view.

Source

Identical to GET /api/diagnostics — composed from the same deterministic runtime diagnostics functions. Read-only.

systemRuntimeproductRuntimememoryRuntimecontextRuntimereasoningRuntimeknowledgeGraphpluginRuntimedeploymentRuntimedistributedRuntimeexecutionRuntime

systemRuntime

raw JSON
{
  "status": "active",
  "systemCount": 9,
  "deploymentProfiles": {
    "desktop": 3,
    "cloud": 8,
    "server": 7,
    "enterprise": 4,
    "distributed": 2,
    "browser": 4,
    "mobile": 1,
    "offline": 1,
    "hybrid": 1
  },
  "runtimeProfiles": {
    "business": 5,
    "compliance": 4,
    "research": 2,
    "developer": 2,
    "automation": 3,
    "enterprise": 2,
    "personal": 1
  },
  "manifestVersion": "1.0.0",
  "systemHealth": {
    "healthy": 9,
    "total": 9,
    "allValid": true
  }
}

productRuntime

raw JSON
{
  "status": "active",
  "productCount": 10,
  "categories": {
    "credit": 1,
    "trading": 1,
    "research": 1,
    "geo": 1,
    "seo": 1,
    "healthcare": 1,
    "marketing": 1,
    "creative": 1,
    "enterprise": 1,
    "personal": 1
  },
  "platforms": {
    "desktop": 5,
    "web": 6,
    "cloud": 9,
    "enterprise": 4,
    "browser": 4,
    "mobile": 1,
    "offline": 1
  },
  "licenseTypes": {
    "commercial": 7,
    "enterprise": 2,
    "proprietary": 1
  },
  "billingModels": {
    "subscription": 7,
    "enterprise": 2,
    "free": 1
  },
  "productHealth": {
    "healthy": 10,
    "total": 10,
    "allValid": true
  }
}

memoryRuntime

raw JSON
{
  "status": "active",
  "total": 12,
  "byType": {
    "system": 1,
    "policy": 3,
    "decision": 2,
    "user-preference": 1,
    "preference": 2,
    "goal": 1,
    "reminder": 1,
    "personal": 1
  },
  "byOwner": {
    "gabriel-ai-os": 3,
    "creditvector": 1,
    "gtg-quant": 1,
    "gabriel-research": 1,
    "gabriel-geo": 1,
    "gabriel-seo": 1,
    "enterprise-ai": 1,
    "marketing-ai": 1,
    "healthcare-ai": 1,
    "personal-ai": 1
  },
  "byRetention": {
    "permanent": 5,
    "product": 3,
    "venture": 2,
    "project": 1,
    "session": 1
  },
  "byImportance": {
    "critical": 4,
    "high": 2,
    "normal": 5,
    "low": 1
  },
  "topReferenced": [
    {
      "id": "enterprise-approval-policy",
      "score": 206,
      "references": 2
    },
    {
      "id": "architecture-responsibility-law",
      "score": 202,
      "references": 2
    },
    {
      "id": "healthcare-safety-rule",
      "score": 199,
      "references": 1
    },
    {
      "id": "os-mission",
      "score": 199,
      "references": 1
    },
    {
      "id": "gtg-risk-rule",
      "score": 181,
      "references": 2
    }
  ],
  "archived": 0
}

contextRuntime

raw JSON
{
  "status": "active",
  "totalBuilt": 10,
  "averageContextSize": 11.8,
  "averageEstimatedTokens": 549,
  "largestContext": {
    "id": "ctx:product:gabriel-geo:general:product:geo-research",
    "estimatedTokens": 735
  },
  "compressionRatio": 0.137,
  "averageConfidence": 1
}

reasoningRuntime

raw JSON
{
  "status": "active",
  "total": 10,
  "averageConfidence": 1,
  "averageAlternatives": 1,
  "decisionDepth": 7,
  "averageRisk": 0.72,
  "averagePriority": 0,
  "averageBenefit": 116
}

knowledgeGraph

raw JSON
{
  "status": "active",
  "nodes": 138,
  "edges": 531,
  "averageDegree": 7.7,
  "connectedComponents": 10,
  "maxDepth": 5,
  "orphans": 9,
  "cycles": 19
}

pluginRuntime

raw JSON
{
  "status": "active",
  "plugins": 12,
  "summary": {
    "total": 12,
    "byType": {
      "browser-extension": 1,
      "computer-use-extension": 1,
      "product-extension": 2,
      "connector": 1,
      "automation": 1,
      "enterprise": 1,
      "developer-tool": 1,
      "runtime": 1,
      "ui-extension": 1,
      "workflow": 1,
      "capability": 1
    },
    "byState": {
      "available": 6,
      "installed": 2,
      "experimental": 3,
      "system": 1
    },
    "approvalGated": 9
  },
  "permissions": {
    "browser-access": 1,
    "network": 2,
    "approval-required": 9,
    "computer-use": 1,
    "read-memory": 2,
    "read-knowledge": 3,
    "provider-access": 2,
    "create-workflow": 2,
    "enterprise": 1,
    "read-context": 3,
    "write-memory": 1,
    "read-workflow": 1
  },
  "dependencies": 1
}

deploymentRuntime

raw JSON
{
  "status": "active",
  "summary": {
    "total": 10,
    "byTargetType": {
      "system": 9,
      "product": 1
    },
    "strategies": {
      "replicated": 3,
      "blue-green": 1,
      "rolling": 2,
      "single-node": 2,
      "serverless": 1,
      "static": 1
    },
    "environments": {
      "production": 7,
      "enterprise": 3,
      "staging": 1,
      "local": 2,
      "development": 1,
      "edge": 1
    }
  },
  "targets": {
    "docker": 6,
    "kubernetes": 4,
    "aws": 4,
    "enterprise-server": 3,
    "hetzner": 1,
    "linux": 3,
    "digitalocean": 1,
    "macos": 2,
    "windows": 2,
    "raspberry-pi": 1,
    "local-server": 1,
    "azure": 1,
    "gcp": 2
  },
  "manifests": 10
}

distributedRuntime

raw JSON
{
  "status": "active",
  "summary": {
    "nodes": 12,
    "clusters": 4,
    "byType": {
      "server": 4,
      "gpu": 1,
      "edge": 1,
      "desktop": 1,
      "enterprise": 1,
      "cloud": 1,
      "mobile": 1,
      "embedded": 1,
      "development": 1
    },
    "byRole": {
      "reasoning": 2,
      "general": 6,
      "knowledge": 2,
      "memory": 2,
      "execution": 3,
      "research": 2,
      "automation": 1,
      "browser": 1,
      "computer-use": 1
    },
    "byZone": {
      "cloud": 5,
      "gpu": 1,
      "edge": 3,
      "local": 2,
      "enterprise": 1
    }
  },
  "nodes": 12,
  "clusters": 4,
  "fabric": {
    "fabricId": "gabriel-intelligence-fabric",
    "nodeCount": 12,
    "clusterCount": 4,
    "roleCount": 9,
    "zoneCount": 5,
    "assignmentCount": 2,
    "checksum": "b7a12a45",
    "text": "Fabric \"gabriel-intelligence-fabric\": 12 node(s) across 4 cluster(s), 9 role(s), 5 zone(s), 2 workload assignment(s); checksum b7a12a45."
  }
}

executionRuntime

raw JSON
{
  "status": "active",
  "executionPlanCount": 15,
  "executionPolicySummary": {
    "cloud_allowed": 15,
    "manual": 9,
    "automatic": 1,
    "approval_required": 5,
    "distributed_allowed": 1,
    "browser_allowed": 1,
    "computer_use_allowed": 1
  },
  "lastExecutionPlan": {
    "planId": "xplan:computer-use",
    "workflowId": "computer-use",
    "stageCount": 6,
    "stepCount": 2,
    "approvalCount": 1,
    "parallelGroupCount": 0,
    "estimatedCost": "high",
    "estimatedLatencyMs": 5300,
    "estimatedTokens": 1250,
    "confidence": "HIGH",
    "complexity": "low",
    "risk": "high",
    "text": "Plan xplan:computer-use: 2 step(s) across 6 stage(s), 1 approval(s), 0 parallel group(s); cost=high, ~5300ms, ~1250 tokens; complexity=low, risk=high, confidence=HIGH."
  },
  "planningLatencyMs": 10,
  "estimatedCost": "high",
  "estimatedTokens": 1250,
  "estimatedLatencyMs": 5300,
  "approvalSummary": {
    "total": 5,
    "plansWithApprovals": 5
  }
}