pipeline.stream(...), which yields typed StreamChunk objects with a .type discriminator ("stream" for token chunks, "result" for the terminal outputs payload).
You’ll end up with. A live response in stdout followed by a Final outputs: {...} dict and the run id — no manual SSE parsing required.
Expected output
See also
Streaming
Raw SSE parsing instead of typed chunks.
Intermediate results
Stream every node’s output, not just the LLM’s.
Pipeline reference
Full method surface.
