II.
LibraryProcess JSON
Structured · livelib-process:industrial-engineering--inventory-optimization
inventory-optimization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:industrial-engineering--inventory-optimization",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "inventory-optimization",
"description": "Inventory Optimization Analysis - Analyze and optimize inventory policies including safety stock,\nreorder points, and order quantities to balance service levels with inventory investment.",
"libraryPath": "library/specializations/domains/science/industrial-engineering/inventory-optimization.js",
"specialization": "industrial-engineering",
"references": [
"- Silver, Pyke & Peterson, Inventory Management and Production Planning\n- Axsater, Inventory Control\n- APICS Dictionary (Supply Chain terminology)"
],
"example": "const result = await orchestrate('domains/science/industrial-engineering/inventory-optimization', {\n inventoryData: 'SKU inventory and demand history',\n targetServiceLevel: 0.95,\n reviewType: 'continuous'\n});",
"usesAgents": [
"inventory-classifier",
"variability-analyst",
"safety-stock-calculator",
"eoq-analyst",
"rop-calculator",
"tradeoff-analyst",
"policy-recommender",
"implementation-planner"
]
},
"outgoingEdges": [
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "domain:industrial-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "role:operations-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:industrial-engineering--inventory-optimization",
"to": "specialization:industrial-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}