Add agentic paper search and chat

This commit is contained in:
wuyang
2026-07-08 14:02:03 +08:00
parent cda6f1aabe
commit 894c914e26
5 changed files with 1129 additions and 29 deletions
+5
View File
@@ -35,6 +35,8 @@ https://lab.k1412.top/
- 深度分析模型:`ChatGPT-5.6:large`,只在前端手动选择时使用
- Atlas 解释:`ChatGPT-5.6:fast`
- 主题导读、阅读路径、主题比较:`ChatGPT-5.6:large`,只在前端手动确认后调用
- Search Agent 查询理解:`ChatGPT-5.6:light`
- Search Agent 结果简报、搜索追问、论文对话:`ChatGPT-5.6:fast`
- Ollama 请求单并发执行,并缓存结果到 `web/cache/ai/`
- arXiv 摘要缓存到 `web/cache/arxiv/`
@@ -56,3 +58,6 @@ https://lab.k1412.top/
- 生成阅读路径
- 比较技术路线
- 单篇论文摘要、翻译、深度研读
- 搜索意图理解、关键词扩展、结果简报
- 基于搜索结果继续追问
- 基于单篇论文继续对话式研读