II.
LibraryProcess JSON
Structured · livelib-process:logistics--last-mile-delivery
last-mile-delivery json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--last-mile-delivery",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "last-mile-delivery",
"description": "Final delivery leg optimization including delivery scheduling, time-window management, and proof of delivery capture.",
"libraryPath": "library/specializations/domains/business/logistics/last-mile-delivery.js",
"specialization": "logistics",
"references": [
"- MIT Center for Transportation: https://ctl.mit.edu/research\n- Last Mile Delivery: https://www.supplychaindive.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/last-mile-delivery', {\n deliveries: [{ id: 'D001', address: '123 Main St', timeWindow: { start: '09:00', end: '12:00' } }],\n drivers: [{ id: 'DR001', capacity: 50, shift: { start: '08:00', end: '17:00' } }],\n serviceAreas: { zones: ['A', 'B', 'C'] }\n});",
"usesAgents": [
"delivery-clustering-specialist",
"time-window-optimizer",
"driver-assignment-specialist",
"route-sequencing-specialist",
"delivery-notification-specialist",
"delivery-tracking-specialist",
"pod-configuration-specialist",
"delivery-exception-specialist",
"last-mile-performance-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "workflow:strategic-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--last-mile-delivery",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}