Files
jihe520__mathmodelagent/frontend
Jiangming Zhong d5428a2a2e feat: 新增 Web Search 工具 + 统一 tool_registry 分发 (#68)
主要功能:
- Web Search: Tavily API 搜索互联网获取真实数据,注册为 search_web 工具
- 统一工具注册: tool_registry 替代 if/elif 硬编码分发
- Evidence 数据模型: DataEvidence 结构化搜索结果

编排层(workflow.py)集成:
- Web Search 初始化与动态工具注册
- RAG 知识库检索与注入
- HIL 人机协作检查点
- Fallback Hand Off 容错机制
- Evaluator + Feedback Rerun 质量保障

新增配置:TAVILY_API_KEY / SEARCH_ENABLED / SEARCH_CACHE_TTL
所有功能均有独立开关,未配置时行为与升级前一致。
2026-05-13 14:13:58 +08:00
..
2025-09-04 00:03:21 +08:00
2025-05-12 13:30:41 +08:00
2025-09-02 00:02:36 +08:00
2025-09-02 00:02:36 +08:00
2025-05-05 23:47:52 +08:00
2025-05-05 23:47:52 +08:00
2025-08-18 14:41:40 +08:00
2025-05-05 23:47:52 +08:00
2025-08-18 14:41:40 +08:00
2025-08-18 14:41:40 +08:00
2025-05-05 23:47:52 +08:00
2025-05-05 23:47:52 +08:00
2025-05-05 23:47:52 +08:00
2025-05-05 23:47:52 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.