iiRecord
Agentic AI Atlas · fleet-performance-analytics
lib-process:logistics--fleet-performance-analyticsa5c.ai
II.
LibraryProcess JSON

lib-process:logistics--fleet-performance-analytics

Structured · live

fleet-performance-analytics json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:logistics--fleet-performance-analytics",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "fleet-performance-analytics",
    "description": "Comprehensive fleet KPI monitoring, benchmarking, and analytics to drive operational excellence and cost efficiency.",
    "libraryPath": "library/specializations/domains/business/logistics/fleet-performance-analytics.js",
    "specialization": "logistics",
    "references": [
      "- ATA: https://www.trucking.org/\n- ATRI: https://truckingresearch.org/"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/logistics/fleet-performance-analytics', {\n  vehicles: [{ id: 'V001', type: 'tractor', region: 'midwest' }],\n  tripData: [{ vehicleId: 'V001', miles: 500, fuel: 75, date: '2024-01-15' }],\n  costData: [{ vehicleId: 'V001', category: 'fuel', amount: 300 }]\n});",
    "usesAgents": [
      "fleet-data-aggregator",
      "fleet-kpi-specialist",
      "fleet-benchmarking-analyst",
      "fleet-trend-analyst",
      "fleet-cost-analyst",
      "fleet-utilization-analyst",
      "driver-performance-analyst",
      "fleet-recommendation-specialist",
      "fleet-dashboard-specialist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "skill-area:procurement-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "domain:logistics",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "role:supply-chain-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "workflow:strategic-planning",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:logistics--fleet-performance-analytics",
      "to": "specialization:logistics",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}