From 7044511ae858bf9fa43cebf4b71ea587cf85993a Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Mon, 9 Feb 2026 11:58:53 -0800 Subject: [PATCH] Move warmup to the task level (#11216) Instead of storing a special connection on the client level make the regular task responsible for establishing a normal client session and open a connection on it. Then when the turn is started we pass in a pre-established session.