SDKv2.7.4
Pass run_context into Router and Condition logic
Kaustubh ShuklaSenior Software EngineerJuly 17, 20261 min read
Router selectors and Condition evaluators now accept run_context, giving that logic access to the full run context when deciding which branch to take. This deprecates session_state in those spots, so you write routing and condition logic against one consistent, richer object going forward.

