修复AI建议逻辑和字段映射问题

- 修复AI建议基于问题描述而不是处理过程生成
- 修复工单详情页面显示逻辑
- 修复飞书时间字段处理(毫秒时间戳转换)
- 优化字段映射和转换逻辑
- 添加飞书集成功能
- 改进对话历史合并功能
- 优化系统优化反馈机制
This commit is contained in:
赵杰 Jie Zhao (雄狮汽车科技)
2025-09-19 17:29:33 +01:00
parent 66f44143d9
commit 79cf316c63
20 changed files with 2648 additions and 86 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
启动TSP智能助手综合管理平台
@@ -59,19 +58,6 @@ def main():
# 导入并启动Flask应用
from src.web.app import app
print("系统功能:")
print(" ✓ 智能对话系统")
print(" ✓ 对话历史管理")
print(" ✓ Token消耗监控")
print(" ✓ AI调用成功率监控")
print(" ✓ Agent管理")
print(" ✓ 预警管理")
print(" ✓ 知识库管理")
print(" ✓ 工单管理")
print(" ✓ 数据分析")
print(" ✓ 系统设置")
print(" ✓ Redis缓存支持")
print(" ✓ 性能优化")
print()
print("访问地址:")
print(" 主页: http://localhost:5000")