II.
LibraryProcess JSON
Structured · livelib-process:environmental-engineering--water-treatment-plant-design
environmental-engineering/water-treatment-plant-design json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:environmental-engineering--water-treatment-plant-design",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "environmental-engineering/water-treatment-plant-design",
"description": "Water Treatment Plant Design - Systematic approach to designing municipal and industrial water treatment\nfacilities including source characterization, process selection, pilot testing, and detailed engineering design.",
"libraryPath": "library/specializations/domains/science/environmental-engineering/water-treatment-plant-design.js",
"specialization": "environmental-engineering",
"references": [
[
"AWWA Water Treatment Plant Design Handbook"
],
[
"EPA Drinking Water Treatment Technologies"
],
[
"Ten States Standards for Water Works"
],
[
"ASCE/AWWA Design Standards"
]
],
"example": "const result = await orchestrate('environmental-engineering/water-treatment-plant-design', {\n projectName: 'Municipal WTP Expansion',\n sourceWaterType: 'surface-water',\n designCapacity: 50, // MGD\n effluentRequirements: { turbidity: 0.5, TOC: 2.0, disinfectionByproducts: 'Stage 2 D/DBP Rule' },\n siteConstraints: { footprint: 'limited', existingInfrastructure: true }\n});",
"usesAgents": [
"water-treatment-specialist",
"environmental-compliance-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "skill-area:geospatial-data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "domain:environmental-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "specialization:environmental-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "lib-agent:environmental-engineering--water-treatment-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:environmental-engineering--water-treatment-plant-design",
"to": "lib-agent:environmental-engineering--environmental-compliance-specialist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}