iiRecord
Agentic AI Atlas · Incident History
knowledge-source:incident-historya5c.ai
II.
KnowledgeSource JSON

knowledge-source:incident-history

Structured · live

Incident History json

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

File · domain/knowledge-fabric/knowledge-sources.yamlCluster · domain
Record JSON
{
  "id": "knowledge-source:incident-history",
  "_kind": "KnowledgeSource",
  "_file": "domain/knowledge-fabric/knowledge-sources.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Incident History",
    "description": "Post-incident reviews, incident timelines, root cause analyses, and\non-call logs as a knowledge source. Captures failure modes, resolution\npatterns, and system behavior under stress. Indexed via structured\nqueries over severity, affected services, and resolution time.\n",
    "sourceKind": "incident-history",
    "updateFrequency": "daily",
    "indexingMethod": "structured-query"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-source:incident-history",
      "to": "knowledge-domain:operational-knowledge",
      "kind": "feeds_knowledge"
    }
  ],
  "incomingEdges": [
    {
      "from": "retrieval-pipeline:multi-hop-reasoning",
      "to": "knowledge-source:incident-history",
      "kind": "retrieves_from"
    }
  ]
}