iiRecord
Agentic AI Atlas · Netty
library:nettya5c.ai
II.
Library JSON

library:netty

Structured · live

Netty json

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

File · domain/libraries/libraries-jvm-extended.yamlCluster · domain
Record JSON
{
  "id": "library:netty",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-jvm-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Netty",
    "belongsToLanguageId": "language:java",
    "category": "other",
    "description": "Asynchronous, event-driven Java network application framework for\nhigh-performance protocol servers and clients (TCP, UDP, HTTP/2).\n"
  },
  "outgoingEdges": [
    {
      "from": "library:netty",
      "to": "language:java",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:netty",
      "to": "skill-area:backend-async-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:netty",
      "to": "library:tokio",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}