feat: 多专业小模型+路由模型系统 MVP(mock 全链路 + FastAPI 网关 + 论文调研)

This commit is contained in:
tzt
2026-08-12 10:40:04 +08:00
commit 1e51167ea5
50 changed files with 49382 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 轻量依赖:网关与测试(核心 router_system 为零依赖纯标准库)
fastapi>=0.110
uvicorn>=0.29
pydantic>=2.6
pyyaml>=6.0
httpx>=0.27
pytest>=8.0
pytest-asyncio>=0.23␍