iiRecord
Agentic AI Atlas · Ktor
library:ktora5c.ai
II.
Library JSON

library:ktor

Structured · live

Ktor 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:ktor",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-jvm-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Ktor",
    "belongsToLanguageId": "language:kotlin",
    "category": "http-server",
    "description": "Asynchronous Kotlin framework for building connected applications\nincluding HTTP servers, clients, and WebSocket endpoints.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:ktor",
      "to": "language:kotlin",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:ktor",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:retrofit-kt",
      "to": "library:ktor",
      "kind": "alternative_to"
    },
    {
      "from": "library:retrofit",
      "to": "library:ktor",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:kotlin-ktor-exposed",
      "to": "library:ktor",
      "kind": "composed_of"
    }
  ]
}