An Event Causality Graph (ECG) is a directed graph data structure where nodes represent discrete events and edges represent inferred causal or strong temporal precedence relationships between them. This explicit modeling of "cause-and-effect" chains enables autonomous agents to perform counterfactual reasoning, predict downstream consequences of actions, and explain past outcomes by tracing influence pathways through a sequence of experiences.
