iiRecord
Agentic AI Atlas · Pagy
library:pagya5c.ai
II.
Library JSON

library:pagy

Structured · live

Pagy json

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

File · domain/libraries/libraries-elixir-ruby.yamlCluster · domain
Record JSON
{
  "id": "library:pagy",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-elixir-ruby.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Pagy",
    "belongsToLanguageId": "language:ruby",
    "category": "other",
    "description": "Fast, lightweight Ruby pagination library with minimal memory\nfootprint. Supports multiple ORMs, custom page params, and\nBootstrap / Bulma / Tailwind CSS helpers.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:pagy",
      "to": "language:ruby",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:pagy",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:pagy",
      "to": "library:dry-rb",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}