15d7d8cbff
重构(report_generator): TYPE/LEVEL/STATUS_NAMES 改用 constants 统一定义
2026-04-07 11:56:30 +08:00
dd86da5bcd
功能:告警级别体系统一为 0紧急/1重要/2普通/3轻微
...
更新 API 接口、Schema 验证、报告生成、企微通知的级别映射,
与前端和边缘端保持一致。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 16:39:16 +08:00
10b25742f8
fix: 剩余服务文件时间统一为北京时间
...
- agent_dispatcher、alert_service、report_generator、
oss_storage、work_order_service 全部使用 beijing_now()
- 全局无遗留 UTC 时间调用
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 16:29:28 +08:00
7cc4f604d0
feat: 交互Agent + VLM优化 + 企微演示模式
...
- 新增交互Agent调度器(意图识别 + 工单/查询/报表/闲聊4个Handler)
- 新增工单服务、Excel报表生成器、企微消息加解密模块
- VLM提示词优化(角色设定、≤25字描述、布尔值优先输出)
- VLM降级策略(入侵默认放行、离岗默认拦截)
- 企微演示模式(WECHAT_TEST_UIDS兜底 + SERVICE_BASE_URL修复)
- 新增Agent回调路由和测试接口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 10:42:32 +08:00