iiRecord
Agentic AI Atlas · Cats Effect
library:cats-effecta5c.ai
II.
Library JSON

library:cats-effect

Structured · live

Cats Effect json

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

File · domain/libraries/libraries-scala.yamlCluster · domain
Record JSON
{
  "id": "library:cats-effect",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-scala.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Cats Effect",
    "belongsToLanguageId": "language:scala",
    "category": "other",
    "description": "Purely functional runtime for asynchronous and concurrent Scala programs\nbuilt on the IO monad with a high-performance fiber scheduler.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:cats-effect",
      "to": "language:scala",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:cats-effect",
      "to": "skill-area:backend-async-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:cats-effect",
      "to": "library:zio",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:akka",
      "to": "library:cats-effect",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:scala-akka-microservice",
      "to": "library:cats-effect",
      "kind": "composed_of"
    }
  ]
}