octoroute 1.0.0

Intelligent multi-model router for self-hosted LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
//! Priority-based selection tests
//!
//! Tests priority filtering logic: highest priority tier selection,
//! weighted distribution within priority tier, and fallback behavior.

// TODO: Extract priority tests from original selector.rs
// Tests needed:
// - test_priority_selection_highest_chosen
// - test_priority_with_weighted_distribution
// - test_priority_all_same_uses_weighted