iiRecord
Agentic AI Atlas · Filament
library:filamenta5c.ai
II.
Library JSON

library:filament

Structured · live

Filament json

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

File · domain/libraries/libraries-php-swift-kotlin.yamlCluster · domain
Record JSON
{
  "id": "library:filament",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Filament",
    "belongsToLanguageId": "language:php",
    "category": "other",
    "description": "Rapid application development framework for Laravel that generates\nadmin panels, form builders, and table components using Livewire\nand Alpine.js with a rich component library and plugin ecosystem.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:filament",
      "to": "language:php",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:filament",
      "to": "skill-area:frontend-development",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:filament",
      "to": "framework:strapi",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}