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

    Interface ActivityItem

    Activity feed item.

    interface ActivityItem {
        timestamp: string;
        agentId: string;
        eventType: EventType;
        summary: string;
        severity: "error" | "info" | "warning";
        traceId: string;
    }
    Index

    Properties

    timestamp: string
    agentId: string
    eventType: EventType
    summary: string
    severity: "error" | "info" | "warning"
    traceId: string