Skip to content
Changelog

Pass run_context into Router and Condition logic

Kaustubh ShuklaSenior Software Engineer

July 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.

Shipped around the same time