II.
LibraryAgent JSON
Structured · livelib-agent:programming-languages--memory-management-expert
Memory Management Expert json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-agent:programming-languages--memory-management-expert",
"_kind": "LibraryAgent",
"_file": "generated-library/agents.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "Memory Management Expert",
"description": "Expert in garbage collection and memory allocation for language runtimes",
"libraryPath": "library/specializations/programming-languages/agents/memory-management-expert/AGENT.md",
"specialization": "programming-languages",
"role": "Principal Memory Management Engineer",
"expertise": [
"GC algorithm selection and tradeoffs",
"Generational and concurrent collection",
"Write barrier implementation",
"Object layout and header design",
"Memory allocator strategies",
"Heap profiling and analysis",
"Memory leak detection"
]
},
"outgoingEdges": [
{
"from": "lib-agent:programming-languages--memory-management-expert",
"to": "skill-area:profiling-memory",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:programming-languages--memory-management-expert",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:programming-languages--memory-management-expert",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:programming-languages--memory-management-expert",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-agent:programming-languages--memory-management-expert",
"to": "role:principal-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:programming-languages--memory-management-expert",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:programming-languages--garbage-collector-implementation",
"to": "lib-agent:programming-languages--memory-management-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:programming-languages--memory-allocator-design",
"to": "lib-agent:programming-languages--memory-management-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
]
}