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

    Interface LogEntry

    interface LogEntry {
        agentId: string;
        entryHash: string;
        entryType: LogEntryType;
        index: number;
        payload: Record<string, unknown>;
        payloadHash: string;
        previousHash: string;
        timestamp: number;
    }
    Index
    agentId: string
    entryHash: string
    entryType: LogEntryType
    index: number
    payload: Record<string, unknown>
    payloadHash: string
    previousHash: string
    timestamp: number