II.
LibraryProcess JSON
Structured · livelib-process:logistics--shipment-tracking-visibility
specializations/domains/business/logistics/shipment-tracking-visibility json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:logistics--shipment-tracking-visibility",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/business/logistics/shipment-tracking-visibility",
"description": "Real-time shipment monitoring, exception detection, and proactive customer communication through integrated visibility platforms.",
"libraryPath": "library/specializations/domains/business/logistics/shipment-tracking-visibility.js",
"specialization": "logistics",
"references": [
"- Project44: https://www.project44.com/",
"- FourKites: https://www.fourkites.com/",
"- Visibility Best Practices: https://www.supplychaindive.com/"
],
"example": "const result = await orchestrate('specializations/domains/business/logistics/shipment-tracking-visibility', {\n shipments: [{ id: 'S001', carrier: 'FedEx', trackingNumber: '123456789', expectedDelivery: '2024-01-15' }],\n alertThresholds: { delayMinutes: 60, temperatureRange: { min: 32, max: 40 } }\n});",
"usesAgents": [
"tracking-data-collector",
"status-normalization-specialist",
"eta-prediction-specialist",
"exception-detection-specialist",
"root-cause-analyst",
"customer-notification-specialist",
"carrier-performance-analyst",
"dashboard-specialist",
"tracking-report-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "skill-area:procurement-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "domain:logistics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "role:supply-chain-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "specialization:logistics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:logistics--shipment-tracking-visibility",
"to": "lib-agent:scientific-discovery--root-cause-analyst",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}