Commit Graph

17 Commits

Author SHA1 Message Date
8222c8fd7c 额度不够,使用qianwen修改,未验证 2026-04-20 14:56:39 +08:00
c7224153b1 YAML 反斜杠修复扩大范围 — 之前只匹配 "D:\..." 格式,现在匹配所有双引号内含反斜杠的字符串。"outputs\session_20260420..." 会被正确转成 "outputs/session_20260420...",不再导致 YAML 解析失败。这直接解决了第 10-19 轮的死循环。
_process_response 的 analysis_complete 检测已经在上一轮修好了,配合反斜杠修复,YAML 能正确解析出 action: "analysis_complete",不会再 fallback 到代码执行。

文件选择改为只用最近一次上传的文件 — app.state.last_uploaded_files 记录上传的文件列表,/api/start 优先使用它,不再 glob("uploads/*.csv") 把所有历史文件都拿来分析。
2026-04-20 13:09:54 +08:00
3e1ecf2549 前后端页面同步策略,支持分析模板热编辑以及yaml配置,修改提示词编码,占用符等问题,优化文件扫描 2026-04-20 09:50:35 +08:00
00bd48e7e7 大更新,架构调整,数据分析能力提升, 2026-04-19 21:30:08 +08:00
b256aa27d9 Merge branch 'main' of http://jeason.online:3000/zhaojie/iov_data_analysis_agent 2026-04-19 16:29:59 +08:00
5eb13324c2 清理表情 2026-01-31 18:00:05 +08:00
162f5c4da4 修改前端显示逻辑 2026-01-22 22:26:04 +08:00
b1d0cc5462 更新readme文档 2026-01-09 16:52:45 +08:00
621e546b43 feat: Update core agent logic, code execution utilities, and LLM configuration. 2026-01-07 16:41:38 +08:00
AI Agent
fae233b10d refactor: Reorganize prompt definitions and update agent implementation. 2026-01-06 21:19:40 +08:00
AI Agent
1f420b1b6e Merge branch 'main' of http://jeason.online:3000/zhaojie/iov_data_analysis_agent 2026-01-06 19:48:28 +08:00
AI Agent
fcbdec1298 feat: adjust report format and enforce image persistence 2026-01-06 19:44:17 +08:00
8115abb6d6 feat: update data analysis agent logic and prompts 2026-01-06 18:08:44 +08:00
ca134e94c8 feat: implement logging and refine agent core, execution, and prompts. 2026-01-06 17:53:19 +08:00
24870ba497 feat: update data analysis agent logic and refine associated prompts. 2026-01-06 16:10:02 +08:00
1f2d0b85af feat: enhance data analysis agent's capabilities by updating core logic and prompts. 2026-01-06 14:52:37 +08:00
7f46f25a4b feat: implement initial structure and core components for data analysis agent 2026-01-06 14:09:12 +08:00