iiRecord
Agentic AI Atlas · CRM Data
knowledge-source:crm-dataa5c.ai
II.
KnowledgeSource JSON

knowledge-source:crm-data

Structured · live

CRM Data 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:crm-data",
  "_kind": "KnowledgeSource",
  "_file": "domain/knowledge-fabric/knowledge-sources.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "CRM Data",
    "description": "Customer relationship management systems as a knowledge source. Captures\ncustomer profiles, interaction history, deal context, support tickets,\nand account health signals. Indexed via structured queries over customer\nattributes and relationship metadata.\n",
    "sourceKind": "crm",
    "updateFrequency": "hourly",
    "indexingMethod": "structured-query"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-source:crm-data",
      "to": "knowledge-domain:customer-knowledge",
      "kind": "feeds_knowledge"
    }
  ],
  "incomingEdges": [
    {
      "from": "retrieval-pipeline:multi-hop-reasoning",
      "to": "knowledge-source:crm-data",
      "kind": "retrieves_from"
    }
  ]
}