[sgl-router] refactor - session-aware policy (#40379)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Kan Wu
2026-09-20 17:22:36 -07:00
committed by GitHub
co-authored by Claude Fable 5.1
parent aedda8377e
commit 4027740569
7 changed files with 681 additions and 4 deletions
@@ -13,5 +13,6 @@ mod policies;
mod policies_reorg;
mod policies_reorg_load;
mod policies_reorg_power_of_two;
mod policies_reorg_session_aware;
mod tokenizer;
mod workers;