II.
LibraryProcess JSON
Structured · livelib-process:materials-science--mechanical-testing
mechanical-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:materials-science--mechanical-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "mechanical-testing",
"description": "Mechanical Properties Testing - Perform comprehensive mechanical testing including tensile, compression,\nhardness, impact (Charpy/Izod), and bend testing per ASTM/ISO standards.",
"libraryPath": "library/specializations/domains/science/materials-science/mechanical-testing.js",
"specialization": "materials-science",
"references": [
"- ASTM E8: Tension Testing of Metallic Materials\n- ASTM E9: Compression Testing of Metallic Materials\n- ASTM E18: Rockwell Hardness Testing\n- ASTM E23: Notched Bar Impact Testing\n- ISO 6892-1: Metallic Materials - Tensile Testing"
],
"example": "const result = await orchestrate('domains/science/materials-science/mechanical-testing', {\n sampleId: 'SAMPLE-005',\n testTypes: ['tensile', 'hardness', 'impact'],\n standards: ['ASTM-E8', 'ASTM-E18', 'ASTM-E23'],\n temperature: 25\n});",
"usesAgents": [
"test-technician",
"tensile-test-specialist",
"compression-test-specialist",
"hardness-test-specialist",
"impact-test-specialist",
"bend-test-specialist",
"statistician",
"technical-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "domain:materials-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "specialization:materials-science",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:materials-science--mechanical-testing",
"to": "lib-agent:meta--technical-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}