51 Commits

Author SHA1 Message Date
马一丁 8fbac74808 Fixed the Issue Where the Host Information was not Displayed 2025-11-22 13:31:42 +08:00
马一丁 a22be6d7dd Fixes Situations Where TCP Connections Might be Refused 2025-11-22 02:06:53 +08:00
马一丁 ceeac9e5e0 Update Report Engine Log Display Method 2025-11-20 18:48:20 +08:00
马一丁 cad25b63c1 Optimize Log Output Efficiency 2025-11-20 00:32:45 +08:00
BaiFu f004407f4b Add final report download button (#329)
* fix(app): 改进应用健康检查机制并更新默认配置

添加专用的健康检查路径和代理配置,重构健康检查URL构建逻辑
增加健康检查失败时的日志记录
延长应用启动等待时间至90秒

* style(templates): 统一CSS选择器缩进格式并修复空格问题

* feat(报告下载): 实现报告文件下载功能并增强任务状态管理

- 在ReportAgent中修改generate_report返回包含文件路径的字典
- 在ReportTask中添加文件路径相关字段
- 新增/download接口用于下载报告文件
- 在前端添加下载按钮及相关控制逻辑
- 完善任务状态显示,增加文件路径信息

* feat(report): 添加报告下载功能并优化状态管理

- 在ReportAgent中返回报告文件保存路径信息
- 新增Flask接口/download/<task_id>用于下载报告文件
- 在前端添加下载按钮及相关控制逻辑
- 修复报告生成状态重置问题
- 优化健康检查URL构建和代理设置
- 统一CSS样式中的空格和缩进

---------

Co-authored-by: HKLHaoBin <we3q@qq.com>
Co-authored-by: Zhang Yuxiang <51037789+NTFago@users.noreply.github.com>
2025-11-13 00:48:52 +08:00
limm 71f4b3ad77 fix: 修复日志记录错误信息时的变量引用问题 2025-11-11 01:11:32 +08:00
Doiiars 8bc62eb78b Merge branch 'main' into fast_patch 2025-11-06 18:58:27 +08:00
ghmark675 caa6c4885b fix(database): init_database in app.py 2025-11-06 17:21:19 +08:00
alchemin f1794d4da9 chore: add configurable HOST and PORT via .env file
支持通过.env配置服务器HOST和PORT
2025-11-06 15:24:24 +08:00
Doiiars dce6371410 1. 修复论坛通信问题
2. 修复总结报告错误
3. 修复环境变量重新载入问题
4. 添加测试用例
5. 修复论坛主持人问题
2025-11-06 13:57:56 +08:00
Doiiars bd0d241382 修复logger问题 2025-11-05 22:26:50 +08:00
Doiiars 537d682861 1. 统一为使用基于pydantic的.env环境变量管理配置
2. 全项目基于loguru进行日志管理
2025-11-05 14:56:49 +08:00
666ghj 4b48156e58 Implement comprehensive front-end settings UI. 2025-11-05 00:24:35 +08:00
戒酒的李白 860cdb2f25 Fix simple word spelling errors. 2025-09-10 17:12:43 +08:00
戒酒的李白 f0788b64f3 The final report agent has been largely completed. 2025-08-26 17:34:36 +08:00
戒酒的李白 197e68f7ba Optimize prompts. 2025-08-25 23:05:16 +08:00
戒酒的李白 34c7179af1 Forum function completed. 2025-08-25 21:08:42 +08:00
戒酒的李白 8c19173fe8 The front end of the forum has been basically implemented. 2025-08-25 16:57:56 +08:00
戒酒的李白 5b51ba8505 The interface of the forum has been initially set up. 2025-08-25 15:42:56 +08:00
戒酒的李白 75782aea6e Optimization of Forum Function Records. 2025-08-25 15:02:45 +08:00
戒酒的李白 f65387f951 The forum recording function has been initially completed. 2025-08-24 22:49:45 +08:00
戒酒的李白 6244d11685 The single-multi-agent framework has been initially completed. 2025-08-24 17:36:53 +08:00
戒酒的李白 4d90f56b42 Introduce the function of initially restoring the real-time output of console information. 2025-08-24 17:13:00 +08:00
戒酒的李白 5d49063b26 Communication encoding bug fixed, all converted to UTF-8. 2025-08-24 15:41:58 +08:00
戒酒的李白 281c5834f6 Web app bug fix. 2025-08-24 14:20:56 +08:00
戒酒的李白 92537703f3 Initial setup of web app. 2025-08-24 02:05:56 +08:00
戒酒的李白 14d8ac6e71 Completed fine-tuning for several models and prepared the foundational components for an upcoming refactor. 2025-08-03 23:08:30 +08:00
戒酒的李白 0ce3c011f6 Fix: Don't use pytz module with Python 3.9 and later. 2025-04-02 20:32:57 +08:00
戒酒的李白 1bbdfcd96b Optimize code structure and enhance security features. 2025-04-02 20:07:16 +08:00
戒酒的李白 c9fe3312a8 Add spider and workflow visualization module entries and related route configurations. 2025-03-21 19:38:58 +08:00
戒酒的李白 0c6a40b869 🚀 Major Upgrade! Visual Workflow Orchestrator and AI-Powered Crawler Implemented. Added Model Arena Feature and Efficiency Optimizations (Two-Level Caching Architecture + End-to-End Performance Enhancements). 2025-03-13 13:14:35 +08:00
阿彭Baileys b4f14ae3e7 Bilingual support, with full system support for Chinese and English switching. 2025-03-09 19:09:00 +08:00
戒酒的李白 f81a71e970 Comprehensive security enhancement, fix race conditions and injection vulnerabilities. 2025-03-08 00:17:42 +08:00
戒酒的李白 e0719583fc Optimize database connection management in spider module, fix WebSocket handling and parameter validation. 2025-02-25 10:27:41 +08:00
戒酒的李白 1180f285a0 Add a visual control panel for the crawler, supporting customization of topics and parameter configuration. 2025-02-23 23:30:54 +08:00
戒酒的李白 c62f2b2a8e Added a logging utility class and supplemented, standardized the logging output for all modules. 2025-01-27 18:09:30 +08:00
Asy0y0 45324ee19b Added dynamic scheduling functionality to adjust crawler execution intervals based on crawl duration and data volume. 2025-01-12 18:34:09 +08:00
戒酒的李白 e58f105761 More convenient project initialization, with database initialization added to app.py. 2025-01-09 23:30:15 +08:00
craiemer ad3a20018d 添加日志输出 2024-12-14 19:11:51 +08:00
sukiun 158c0b8cea Update app.py
1,中间件代码逻辑可以优化,以减少重复的 return 语句,并提高可读性
2,为了更好地调试和监控,建议为应用添加日志记录,捕获用户请求和错误
2024-12-10 20:52:22 +08:00
戒酒的李白 4ab789af4b 【bug修复】去除掉了两个模块,让项目能够启动不报错 2024-07-04 18:16:48 +08:00
redhongx f7939fa6c7 【app.py】注释部分情感分析相关代码 2024-07-04 17:30:17 +08:00
redhongx 0f0b170da3 【app.py】修正调度器bug 2024-07-04 15:15:44 +08:00
redhongx e6008ed0fb 【app.py】调度器调度cutComments.py和cipingTotal.py 2024-07-04 14:03:26 +08:00
YYL469 b9558ad943 修改爬虫bug 2024-07-04 13:19:34 +08:00
YYL469 9bebd200b7 优化爬虫代码 2024-07-04 09:41:18 +08:00
YYL469 c0686430de 增加spider脚本,每5小时爬取一次数据 2024-07-03 21:55:16 +08:00
戒酒的李白 97e94c26b9 【app.py】路径配置 2024-07-03 15:22:04 +08:00
戒酒的李白 38dd6686d5 【app.py】添加路由拦截器:错误路径跳转404 2024-07-03 00:31:12 +08:00
戒酒的李白 ef1d471a30 【app.py】退出登录后清楚session 2024-07-03 00:20:13 +08:00