Primitive layer is modeled by a finite-horizon Dec-POMDP $(I, S, \{\Omega_i\}, \{A_i\}, T)$, where $I=\{1,\dots,n\}$ is the agent set, $S$ the state space, $\Omega_i$ agent observations, $A_i$ primitive actions, and $T$ the horizon.
Cognitive layer captures each agent's state and plan. At cognitive time $\hat t$, agent $i$ holds $x_{i,\hat{t}}=(\mathcal{Q}_{i,\hat{t}},\pi_{i,\hat{t}})$, where $\mathcal{Q}_{i,\hat{t}}\in\{\mathsf{R},\mathsf{X},\mathsf{W},\mathsf{I}\}$ is its MAEIL stage and $\pi_{i,\hat t}$ is its committed plan:
$$\pi_{i,\hat t} = \bigl(\mathcal{T}_i,\;[\hat a_{i,1}(\theta_{i,1}),\dots]\bigr)$$
where $\hat a_{i,k}\in\hat{\mathcal{A}}$ is a high-level action concept and $\theta_{i,k}$ its parameters.
Agents communicate asynchronously within MAEIL via message buffers. Let $\mathcal{M}_{[\hat t,\hat t']}$ denote the multiset of communication events over cognitive interval $[\hat t,\hat t']$, where each event is a message $m=(p,R)$ with payload $p$ and recipient set $R\subseteq I$. Each agent maintains a buffer of delivered but unread messages, updated upon arrival and cleared when read. The interaction loop over this interval induces joint observable trajectories captured as cognitive traces:
$$X_{[\hat t,\hat t']} = \{x_{i,\tau}\}_{i\in I,\;\tau\in[\hat t,\hat t']}, \quad M_{[\hat t,\hat t']} = \mathcal{M}_{[\hat t,\hat t']}$$
which respectively capture agents' internal reasoning and planning dynamics and the full communication trajectory.
Grounding $\Gamma$ bridges the two layers: each $\hat a_{i,k}$ is expanded into primitive actions given the current state $s_t$:
$$\Gamma\bigl(\hat a_{i,k}(\theta_{i,k}),\, s_t\bigr) \mapsto \{a_{i,\tau}\}_{\tau=t:t'}$$