Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AgentMessage

    interface AgentMessage {
        contentDigest?: string;
        from: string;
        messageId: string;
        payload: unknown;
        timestamp: Date;
        to: string;
    }
    Index
    contentDigest?: string

    Content digest — NOT a cryptographic signature. It is an unkeyed SHA-256 over the message, so anyone who can craft a message can craft a matching digest; it detects accidental corruption, not forgery.

    from: string
    messageId: string
    payload: unknown
    timestamp: Date
    to: string