What Happened
- The pull request changes chat streaming to stop subscribing to the `values` SSE mode, which was sending full-message snapshots on every graph step. It now keeps only `messages-tuple`, `updates`, and `custom`, reducing transfer for long-running tasks from about 6.56 MB to 1.64 MB (~75% reduction).
- The pull request changes chat streaming to stop subscribing to the `values` SSE mode, which was sending full-message snapshots on every graph step. It now keeps only `messages-tuple`, `updates`, and `custom`, reducing transfer for long-running tasks from about 6.56 MB to 1.64 MB (~75% reduction).
- 1 evidence item attached for review.