iiRecord
Agentic AI Atlas · RxJS
library:rxjsa5c.ai
II.
Library JSON

library:rxjs

Structured · live

RxJS json

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

File · domain/libraries/rxjs.yamlCluster · domain
Record JSON
{
  "id": "library:rxjs",
  "_kind": "Library",
  "_file": "domain/libraries/rxjs.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "RxJS",
    "belongsToLanguageId": "language:typescript",
    "category": "concurrency",
    "description": "Reactive Extensions library for JavaScript/TypeScript — composable async / event-based programs using Observables.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:rxjs",
      "to": "language:typescript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:rxjs",
      "to": "skill-area:streaming-realtime-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:rxjs",
      "to": "library:combine",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:combine",
      "to": "library:rxjs",
      "kind": "alternative_to"
    }
  ]
}