plano/crates/common/src
Adil Hafeez af724fcc1e use plano-orchestrator for LLM routing, remove arch-router
Replace RouterService/RouterModelV1 (arch-router prompt) with
OrchestratorService/OrchestratorModelV1 (plano-orchestrator prompt)
for LLM routing. This ensures the correct system prompt is used when
llm_routing_model points at a Plano-Orchestrator model.

- Extend OrchestratorService with session caching, ModelMetricsService,
  top-level routing preferences, and determine_route() for LLM routing
- Delete RouterService, RouterModel trait, RouterModelV1, and
  ARCH_ROUTER_V1_SYSTEM_PROMPT
- Unify defaults to Plano-Orchestrator / plano-orchestrator
- Update CLI config generator, demos, docs, and config schema

Made-with: Cursor
2026-04-15 13:11:17 -07:00
..
api replace production panics with graceful error handling in common crate (#844) 2026-03-31 14:28:11 -07:00
traces use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00
configuration.rs use plano-orchestrator for LLM routing, remove arch-router 2026-04-15 13:11:17 -07:00
consts.rs Model affinity for consistent model selection in agentic loops (#827) 2026-04-08 17:32:02 -07:00
errors.rs [ISSUE 706]: Standardize returned errors from Plano (#772) 2026-02-24 14:34:33 -08:00
http.rs replace production panics with graceful error handling in common crate (#844) 2026-03-31 14:28:11 -07:00
lib.rs cargo clippy (#660) 2025-12-25 21:08:37 -08:00
llm_providers.rs model routing: cost/latency ranking with ranked fallback list (#849) 2026-03-30 13:46:52 -07:00
path.rs upgrade rust to 1.93.0 and fix pre-commit (#720) 2026-02-02 11:03:12 -08:00
pii.rs obfuscate auth header (#254) 2024-11-08 15:17:39 -06:00
ratelimit.rs replace production panics with graceful error handling in common crate (#844) 2026-03-31 14:28:11 -07:00
routing.rs Adding support for wildcard models in the model_providers config (#696) 2026-01-28 17:47:33 -08:00
stats.rs Break apart metrics into their own module (#335) 2024-12-09 10:46:46 -08:00
tokenizer.rs add support for v1/messages and transformations (#558) 2025-09-10 07:40:30 -07:00
tracing.rs cargo clippy (#660) 2025-12-25 21:08:37 -08:00
utils.rs Introduce brightstaff a new terminal service for llm routing (#477) 2025-05-19 09:59:22 -07:00