/** * Agent Communication Module * * Provides communication infrastructure for multi-agent networks. * * Types for this module live in src/lib/types/agentNetwork.ts and are * re-exported via the central barrel at src/lib/types/index.ts. */ export { MessageBus } from "./message-bus.js";