pub fn select_context(
input: &SelectionInput,
limits: ModelContextLimits,
) -> ContextLedgerExpand description
Select the context working set for a turn.
Builds a ContextLedger from SelectionInput and the resolved
ModelContextLimits. The policy is deterministic for the same inputs.