II.
LibraryProcess JSON
Structured · livelib-process:environmental-engineering--remediation-technology-selection
remediation-technology-selection json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:environmental-engineering--remediation-technology-selection",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "remediation-technology-selection",
"description": "Remediation Technology Selection - Systematic evaluation and selection of remediation technologies\nbased on site conditions, contaminant characteristics, and remediation objectives.",
"libraryPath": "library/specializations/domains/science/environmental-engineering/remediation-technology-selection.js",
"specialization": "environmental-engineering",
"references": [
"- EPA Remediation Technology Screening Matrix\n- FRTR Remediation Technologies Screening Matrix\n- ITRC Technology Decision Tools\n- EPA CLU-IN Technology Information"
],
"example": "const result = await orchestrate('environmental-engineering/remediation-technology-selection', {\n siteName: 'Former Gas Station',\n contaminants: ['benzene', 'MTBE', 'TPH'],\n affectedMedia: ['soil', 'groundwater'],\n siteConditions: { soilType: 'sandy', depthToGroundwater: 15 }\n});",
"usesAgents": [
"remediation-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "skill-area:geospatial-data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "domain:environmental-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "specialization:environmental-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:environmental-engineering--remediation-technology-selection",
"to": "lib-agent:environmental-engineering--remediation-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}