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
+15
View File
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"WebSearch",
"Bash(curl -sL -o \"01_Densing_Law_of_LLMs_2412.04315.pdf\" \"https://arxiv.org/pdf/2412.04315\" -w \"Densing Law: %{http_code}\\\\n\")",
"Bash(curl -sL -o \"02_R2R_Token_Routing_2505.21600.pdf\" \"https://arxiv.org/pdf/2505.21600\" -w \"R2R: %{http_code}\\\\n\")",
"WebFetch(domain:oumi.ai)",
"Bash(curl -sL -o \"RouterArena_blog.html\" \"https://huggingface.co/blog/JerryPotter/who-routes-the-routers\" -w \"RouterArena: %{http_code} %{size_download}bytes\\\\n\")",
"Bash(curl -sL --connect-timeout 10 --max-time 30 -o \"RouterArena_blog.html\" \"https://huggingface.co/blog/JerryPotter/who-routes-the-routers\")",
"Bash(curl -sL --connect-timeout 10 --max-time 30 \"https://huggingface.co/blog/JerryPotter/who-routes-the-routers\")",
"Bash(curl -sL --connect-timeout 15 --max-time 45 -o \"RouterArena_blog.html\" \"https://huggingface.co/blog/JerryPotter/who-routes-the-routers\" -w \"\\\\nHTTP_CODE:%{http_code} SIZE:%{size_download}\\\\n\" -v)",
"Bash(awk '{print $5, $NF}')"
]
}
}