mirror of
https://github.com/katanemo/plano.git
synced 2026-05-06 22:32:42 +02:00
- 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 |
||
|---|---|---|
| .. | ||
| claude_code_router | ||
| codex_router | ||
| model_alias_routing | ||
| model_routing_service | ||
| openclaw_routing | ||
| preference_based_routing | ||
| session_pinning | ||