A Runner encapsulates one strategy for the LLM call → parse → execute loop.
Readonly
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.
A Runner encapsulates one strategy for the LLM call → parse → execute loop.