II.
LibraryProcess overview
Reference · livelib-process:logistics--last-mile-delivery
last-mile-delivery overview
Final delivery leg optimization including delivery scheduling, time-window management, and proof of delivery capture.
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 - Last Mile Delivery: https://www.supplychaindive.com/
example
const result = await orchestrate('specializations/domains/business/logistics/last-mile-delivery', {
deliveries: [{ id: 'D001', address: '123 Main St', timeWindow: { start: '09:00', end: '12:00' } }],
drivers: [{ id: 'DR001', capacity: 50, shift: { start: '08:00', end: '17:00' } }],
serviceAreas: { zones: ['A', 'B', 'C'] }
});
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
Outgoing edges
lib_applies_to_domain1
- domain:logistics·DomainLogistics
lib_belongs_to_specialization1
- specialization:logistics·SpecializationLogistics
lib_implements_workflow1
- workflow:strategic-planning·WorkflowStrategic Planning
lib_involves_role2
- role:supply-chain-analyst·RoleSupply Chain Analyst
- role:operations-analyst·RoleOperations Analyst
lib_requires_skill_area2
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:organizational-design·SkillAreaOrganizational Design
Incoming edges
None.