iiRecord
Agentic AI Atlas · eda-pipeline
lib-process:data-science-ml--eda-pipelinea5c.ai
II.
LibraryProcess JSON

lib-process:data-science-ml--eda-pipeline

Structured · live

eda-pipeline json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:data-science-ml--eda-pipeline",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "eda-pipeline",
    "description": "Automated Exploratory Data Analysis (EDA) pipeline with quality gates",
    "libraryPath": "library/specializations/data-science-ml/eda-pipeline.js",
    "specialization": "data-science-ml",
    "usesAgents": [
      "data-loader",
      "statistician",
      "data-quality-analyst",
      "distribution-analyst",
      "correlation-analyst",
      "outlier-detector",
      "quality-scorer",
      "report-generator",
      "recommendation-engine"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:data-science-ml--eda-pipeline",
      "to": "domain:data-science",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:data-science-ml--eda-pipeline",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:data-science-ml--eda-pipeline",
      "to": "workflow:data-pipeline-deployment",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:data-science-ml--eda-pipeline",
      "to": "specialization:data-science-ml",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}