iiRecord
Agentic AI Atlas · Textual
library:textual-liba5c.ai
II.
Library JSON

library:textual-lib

Structured · live

Textual 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:textual-lib",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Textual",
    "belongsToLanguageId": "language:python",
    "category": "other",
    "description": "TUI (text user interface) framework for Python built on Rich; enables\nbuilding full-featured terminal applications with widgets and CSS-like layouts.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:textual-lib",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:textual-lib",
      "to": "skill-area:cli-tooling",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:textual-lib",
      "to": "library:rich-lib",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}