iiRecord
Agentic AI Atlas · domains/science/industrial-engineering/transportation-routing
lib-process:industrial-engineering--transportation-routinga5c.ai
II.
LibraryProcess JSON

lib-process:industrial-engineering--transportation-routing

Structured · live

domains/science/industrial-engineering/transportation-routing 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:industrial-engineering--transportation-routing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "domains/science/industrial-engineering/transportation-routing",
    "description": "Transportation Route Optimization - Optimize transportation routes and vehicle assignments to minimize\ncost and time while meeting delivery constraints using routing algorithms and tools.",
    "libraryPath": "library/specializations/domains/science/industrial-engineering/transportation-routing.js",
    "specialization": "industrial-engineering",
    "references": [
      "- Toth & Vigo, Vehicle Routing: Problems, Methods, and Applications",
      "- Golden et al., The Vehicle Routing Problem",
      "- Google OR-Tools Routing: https://developers.google.com/optimization/routing"
    ],
    "example": "const result = await orchestrate('domains/science/industrial-engineering/transportation-routing', {\n  networkData: 'Delivery network with 50 customers',\n  deliveryRequirements: { timeWindows: true, maxDrivingTime: 10 },\n  vehicleFleet: [{ type: 'truck', capacity: 1000, count: 5 }]\n});",
    "usesAgents": [
      "network-analyst",
      "data-collector",
      "routing-modeler",
      "route-optimizer",
      "solution-analyst",
      "feasibility-validator",
      "implementation-planner"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "skill-area:statistical-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "skill-area:organizational-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "skill-area:data-analysis",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "domain:industrial-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "role:operations-analyst",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "workflow:experiment-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:industrial-engineering--transportation-routing",
      "to": "specialization:industrial-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}