Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
List[InteractionMessage] -> AggregatedMessage
Aggregate multiple temporal messages targeting the same node within a given training batch into a single unified vector.
Problem it solves
Nodes frequently participate in multiple sequential interactions per batch, which creates redundant memory-update overhead if not aggregated.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.