II.
KnowledgeSource JSON
Structured · liveknowledge-source:crm-data
CRM Data json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}