iiRecord
Agentic AI Atlas · material-testing
lib-process:mechanical-engineering--material-testinga5c.ai
II.
LibraryProcess JSON

lib-process:mechanical-engineering--material-testing

Structured · live

material-testing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:mechanical-engineering--material-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "material-testing",
    "description": "Material Testing and Characterization - Planning and executing mechanical tests\n(tensile, hardness, impact, fatigue) per ASTM standards to determine material properties\nand verify material specifications.",
    "libraryPath": "library/specializations/domains/science/mechanical-engineering/material-testing.js",
    "specialization": "mechanical-engineering",
    "references": [
      "- ASTM E8 - Tensile Testing: https://www.astm.org/e0008_e0008m-22.html\n- ASTM E18 - Rockwell Hardness: https://www.astm.org/e0018-22.html\n- ASTM E23 - Charpy Impact: https://www.astm.org/e0023-18.html\n- ASTM E466 - Fatigue Testing: https://www.astm.org/e0466-21.html"
    ],
    "example": "const result = await orchestrate('specializations/domains/science/mechanical-engineering/material-testing', {\n  projectName: 'Steel Qualification',\n  material: 'AISI 4340',\n  testTypes: ['tensile', 'hardness', 'impact'],\n  specimens: 5,\n  specifications: { minYield: 862, minUltimate: 1000 }\n});",
    "usesAgents": [
      "general-purpose"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "skill-area:physics-simulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "skill-area:mathematical-reasoning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "skill-area:motion-planning",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "domain:mechanical-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "role:systems-integration-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "role:research-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "workflow:simulation-validation-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:mechanical-engineering--material-testing",
      "to": "specialization:mechanical-engineering",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}