II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--hvac-system-design
hvac-system-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--hvac-system-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "hvac-system-design",
"description": "HVAC System Design - Designing heating, ventilation, and air conditioning systems\nper ASHRAE standards, including load calculations, equipment selection, duct/piping layout,\nand energy efficiency optimization.",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/hvac-system-design.js",
"specialization": "mechanical-engineering",
"references": [
"- ASHRAE Handbook - Fundamentals: https://www.ashrae.org/technical-resources/ashrae-handbook\n- ASHRAE Standard 62.1 - Ventilation: https://www.ashrae.org/technical-resources/standards-and-guidelines\n- ASHRAE Standard 90.1 - Energy: https://www.ashrae.org/technical-resources/standards-and-guidelines\n- SMACNA Duct Standards: https://www.smacna.org/"
],
"example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/hvac-system-design', {\n projectName: 'Office Building HVAC',\n buildingData: { area: 5000, floors: 3, occupancy: 250 },\n climateZone: '4A',\n designCriteria: { summerDB: 35, winterDB: -5, indoorTemp: 22 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--hvac-system-design",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}