Overview
Bus messages are the communication primitives for the multi-agent framework. They are organized into two priority levels:- Data messages (
BusDataMessage): Normal-priority messages for routine communication. - System messages (
BusSystemMessage): High-priority messages that preempt normal messages in subscriber queues (e.g. cancel, errors).
BusLocalMessage, meaning they stay on the local bus and are never forwarded to remote buses.
Base Types
Common Fields
All messages inherit these fields fromBusDataMessage or BusSystemMessage: