II.
LibraryProcess JSON
Structured · livelib-process:environmental-engineering--human-health-risk-assessment
human-health-risk-assessment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:environmental-engineering--human-health-risk-assessment",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "human-health-risk-assessment",
"description": "Human Health Risk Assessment - Quantitative evaluation of potential health risks from site contamination\nincluding exposure pathway analysis, toxicity assessment, and risk characterization.",
"libraryPath": "library/specializations/domains/science/environmental-engineering/human-health-risk-assessment.js",
"specialization": "environmental-engineering",
"references": [
"- EPA Risk Assessment Guidance for Superfund (RAGS)\n- EPA Regional Screening Levels\n- ASTM RBCA Standard Guide\n- EPA Exposure Factors Handbook"
],
"example": "const result = await orchestrate('environmental-engineering/human-health-risk-assessment', {\n siteName: 'Former Manufacturing Site',\n contaminantsOfConcern: ['benzene', 'lead', 'TCE'],\n receptorPopulations: ['residential-adult', 'residential-child', 'construction-worker'],\n exposureScenarios: ['soil-ingestion', 'groundwater-ingestion', 'vapor-intrusion']\n});",
"usesAgents": [
"risk-assessment-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "skill-area:geospatial-data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "domain:environmental-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "specialization:environmental-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:environmental-engineering--human-health-risk-assessment",
"to": "lib-agent:environmental-engineering--risk-assessment-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}