iiRecord
Agentic AI Atlas · Rich
library:rich-liba5c.ai
II.
Library JSON

library:rich-lib

Structured · live

Rich 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:rich-lib",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Rich",
    "belongsToLanguageId": "language:python",
    "category": "other",
    "description": "Python library for rich terminal output including syntax highlighting,\ntables, progress bars, markdown rendering, and styled text.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:rich-lib",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:rich-lib",
      "to": "skill-area:cli-tooling",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:rich-lib",
      "to": "library:chalk",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:chalk",
      "to": "library:rich-lib",
      "kind": "alternative_to"
    },
    {
      "from": "library:textual-lib",
      "to": "library:rich-lib",
      "kind": "alternative_to"
    }
  ]
}