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

    Type Alias SystemEvent

    SystemEvent:
        | { turnId: string; type: "turn.started" }
        | { stopReason?: string; turnId: string; type: "turn.completed" }
        | { message: string; type: "broker.error" }
        | DevboxLifecycleEvent
        | AgentErrorEvent
        | AgentLogEvent