nexus-agents - v2.80.0
    Preparing search index...

    Interface MessagePayload

    Payload for message events.

    interface MessagePayload {
        type: "message";
        direction: "sent" | "received";
        targetAgentId?: string;
        sourceAgentId?: string;
        messageType: string;
        contentPreview?: string;
    }
    Index

    Properties

    type: "message"
    direction: "sent" | "received"
    targetAgentId?: string
    sourceAgentId?: string
    messageType: string
    contentPreview?: string

    Truncated preview of message content