Wactorz JS
    Preparing search index...

    Interface SpawnPayload

    Spawn notification: a new agent was created.

    interface SpawnPayload {
        agentId: string;
        agentName: string;
        agentType: string;
        timestampMs: number;
    }
    Index

    Properties

    agentId: string
    agentName: string
    agentType: string
    timestampMs: number