iiRecord
Agentic AI Atlas · Runtime Systems Engineer
lib-agent:programming-languages--runtime-systems-engineera5c.ai
II.
LibraryAgent JSON

lib-agent:programming-languages--runtime-systems-engineer

Structured · live

Runtime Systems Engineer json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/agents.yamlCluster · generated-library
Record JSON
{
  "id": "lib-agent:programming-languages--runtime-systems-engineer",
  "_kind": "LibraryAgent",
  "_file": "generated-library/agents.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "Runtime Systems Engineer",
    "description": "Expert in language runtime implementation including memory management, GC, and virtual machines",
    "libraryPath": "library/specializations/programming-languages/agents/runtime-systems-engineer/AGENT.md",
    "specialization": "programming-languages",
    "role": "Principal Runtime Engineer",
    "expertise": [
      "Garbage collector algorithms and implementation",
      "Memory allocator design",
      "Bytecode VM architecture",
      "JIT compilation strategies",
      "Runtime profiling and optimization",
      "Thread and concurrency support",
      "FFI and native code interop"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-agent:programming-languages--runtime-systems-engineer",
      "to": "skill-area:compiler-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:programming-languages--runtime-systems-engineer",
      "to": "skill-area:language-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:programming-languages--runtime-systems-engineer",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:programming-languages--runtime-systems-engineer",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:programming-languages--runtime-systems-engineer",
      "to": "role:architect",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:programming-languages--runtime-systems-engineer",
      "to": "specialization:programming-languages",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:programming-languages--bytecode-vm-implementation",
      "to": "lib-agent:programming-languages--runtime-systems-engineer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:programming-languages--concurrency-primitives",
      "to": "lib-agent:programming-languages--runtime-systems-engineer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:programming-languages--interpreter-implementation",
      "to": "lib-agent:programming-languages--runtime-systems-engineer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ]
}