@runloop/agent-axon-client
    Preparing search index...

    Interface AgentLogEvent

    interface AgentLogEvent {
        logType: "stderr";
        message: string;
        type: "agent.log";
    }
    Index

    Properties

    Properties

    logType: "stderr"
    message: string
    type: "agent.log"