A Runner encapsulates one strategy for the LLM call → parse → execute loop.

Implements

Constructors

Properties

history: StreamingV3LLMRecord[]
id: "streaming_v3" = "streaming_v3"
verbose: boolean

Methods

  • Parameters

    Returns Promise<string>

  • Fire-and-forget warmup call. Hits the same Cloud Function container as the streaming path, keeping it warm for the user's first real interaction. The server short-circuits before billing/LLM.

    Returns Promise<void>