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

    Interface AgentMessage

    Message between agents.

    interface AgentMessage {
        id: string;
        from: string;
        to: string;
        type: AgentMessageType;
        payload: unknown;
        timestamp: string;
    }
    Index

    Properties

    id: string

    Unique message identifier

    from: string

    Sender agent ID

    to: string

    Recipient agent ID

    Message type

    payload: unknown

    Message payload

    timestamp: string

    Timestamp