新增: F-01模型能力阶段4路由器(ModelRouter+select 7步过滤链)

This commit is contained in:
2026-06-16 23:59:09 +08:00
parent 44bc18294c
commit 8dad15ecc1
2 changed files with 329 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ pub mod model_fetch;
pub mod model_probe;
pub mod openai_compat;
pub mod provider;
pub mod router;
// CR-30-1: 流前重试退避对外复用。complete() 的 retry_with_backoff 仍 crate 内用,
// stream_recv/agentic 流前重试需复用 backoff_delay(jitter)+is_status_retryable(Fatal 分类)
// 避免重写退避/分类逻辑(对齐决策 F-260616-07 a1)。改 pub mod 后对外仅暴露纯函数 + 常量。