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

    Interface AgentErrorEvent

    Agent error event emitted when the agent fails (e.g. launch failure).

    interface AgentErrorEvent {
        devboxId: string;
        errorType?: string;
        message?: string;
        type: "agent.error";
    }
    Index

    Properties

    devboxId: string
    errorType?: string
    message?: string
    type: "agent.error"