iiRecord
Agentic AI Atlas · Ray
library:raya5c.ai
II.
Library JSON

library:ray

Structured · live

Ray json

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

File · domain/libraries/libraries-python-extended.yamlCluster · domain
Record JSON
{
  "id": "library:ray",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Ray",
    "belongsToLanguageId": "language:python",
    "category": "concurrency",
    "description": "Distributed computing framework for Python providing task parallelism,\nactors, and a cluster runtime powering ML training and serving at scale.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:ray",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:ray",
      "to": "skill-area:streaming-realtime-processing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:dask",
      "to": "library:ray",
      "kind": "alternative_to"
    }
  ]
}