plano/demos/llm_routing
Adil Hafeez 0105897692 add session pinning to llm_chat handler and rewrite session pinning demo
- extend brightstaff llm_chat_inner to extract X-Session-Id, check the
  session cache before routing, and cache the result afterward — same
  pattern as routing_service.rs
- replace old urllib-based demo with a real FastAPI research agent that
  runs 3 independent tool-calling tasks with alternating intents so
  Plano routes to different models; demo.py is a pure httpx client that
  shows the routing trace side-by-side with and without session pinning
2026-03-26 16:44:05 -07:00
..
claude_code_router Run plano natively by default (#744) 2026-03-05 07:35:25 -08:00
codex_router Support for Codex via Plano (#808) 2026-03-10 20:54:14 -07:00
model_alias_routing Run plano natively by default (#744) 2026-03-05 07:35:25 -08:00
model_routing_service merge main into plano-session_pinning 2026-03-26 10:32:22 -07:00
openclaw_routing Unified overrides for custom router and orchestrator models (#820) 2026-03-15 09:36:11 -07:00
preference_based_routing Unified overrides for custom router and orchestrator models (#820) 2026-03-15 09:36:11 -07:00
session_pinning add session pinning to llm_chat handler and rewrite session pinning demo 2026-03-26 16:44:05 -07:00