iiRecord
Agentic AI Atlas · Viper
library:vipera5c.ai
II.
Library JSON

library:viper

Structured · live

Viper json

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

File · domain/libraries/libraries-go.yamlCluster · domain
Record JSON
{
  "id": "library:viper",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-go.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Viper",
    "belongsToLanguageId": "language:go",
    "description": "Go configuration library — reads JSON/YAML/TOML/env/flags and\nsupports live reloading and remote backends.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:viper",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:viper",
      "to": "skill-area:configuration-management",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:dotenv",
      "to": "library:viper",
      "kind": "alternative_to"
    }
  ]
}