II.
LibraryProcess JSON
Structured · livelib-process:automotive-engineering--adas-feature-development
adas-feature-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:automotive-engineering--adas-feature-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "adas-feature-development",
"description": "ADAS Feature Development - Develop specific ADAS features including Automated Emergency Braking\n(AEB), Adaptive Cruise Control (ACC), Lane Keeping Assist (LKA), and parking assistance systems.",
"libraryPath": "library/specializations/domains/science/automotive-engineering/adas-feature-development.js",
"specialization": "automotive-engineering",
"references": [
"- Euro NCAP Assessment Protocol\n- UN ECE R152 AEB Regulation\n- FMVSS 127 Low-Speed Alert\n- ISO 15622 ACC Systems\n- ISO 11270 Lane Keeping Systems"
],
"example": "const result = await orchestrate('specializations/domains/science/automotive-engineering/adas-feature-development', {\n projectName: 'AEB-PedestrianDetection',\n featureType: 'AEB',\n targetRatings: ['Euro-NCAP-5star', 'IIHS-TSP+'],\n regulatoryRequirements: ['UN-R152', 'FMVSS-127']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "domain:automotive-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:automotive-engineering--adas-feature-development",
"to": "specialization:automotive-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}