II.
LibraryProcess JSON
Structured · livelib-process:programming-languages--ffi-implementation
specializations/programming-languages/ffi-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:programming-languages--ffi-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/programming-languages/ffi-implementation",
"description": "FFI Implementation - Process for implementing Foreign Function Interface to enable interoperability\nwith C/C++ libraries and other language runtimes.",
"libraryPath": "library/specializations/programming-languages/ffi-implementation.js",
"specialization": "programming-languages",
"references": [
"- libffi: https://sourceware.org/libffi/",
"- Rust FFI: https://doc.rust-lang.org/nomicon/ffi.html",
"- Python ctypes: https://docs.python.org/3/library/ctypes.html"
],
"example": "const result = await orchestrate('specializations/programming-languages/ffi-implementation', {\n languageName: 'MyLang',\n targetLanguages: ['C', 'C++']\n});",
"usesAgents": [
"ffi-interop-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "skill-area:language-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "workflow:sdk-api-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:programming-languages--ffi-implementation",
"to": "lib-agent:programming-languages--ffi-interop-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}