mirror of
https://github.com/jihe520/MathModelAgent.git
synced 2026-09-19 08:09:48 +08:00
d5428a2a2e
主要功能: - 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 所有功能均有独立开关,未配置时行为与升级前一致。
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.