ai-robot-core/ai-service-admin
MerCry 6b21ba8351 feat(v0.7.0): 验收通过 - Dashboard统计增强、流程测试、对话追踪
验收通过的标准:
- AC-ASA-59~64: 前端话术流程和护栏监控功能验收
- AC-AISVC-91~95: Dashboard统计增强和完整流程测试验收
- AC-AISVC-108~110: 对话追踪和导出功能验收

修复问题:
- flow_test.py: 修复OrchestratorService导入和调用
- 前后端字段不一致: orderstep_no, wait_for_inputwait_input
- 数据库迁移: 添加chat_messages缺失的监控字段

新增文件:
- ai-service/app/api/admin/flow_test.py
- ai-service/scripts/migrations/add_chat_message_fields.py
- ai-service-admin/src/views/admin/prompt-template/components/VariableManager.vue
2026-02-28 12:52:50 +08:00
..
src feat(v0.7.0): 验收通过 - Dashboard统计增强、流程测试、对话追踪 2026-02-28 12:52:50 +08:00
.dockerignore feat: 添加Docker容器部署配置 [AC-AISVC-01] 2026-02-26 01:22:30 +08:00
.env.example fix: 修复Docker部署健康检查路径和API Key配置 [AC-AISVC-01] 2026-02-26 02:41:33 +08:00
.gitignore feat(asa): implement ai-service-admin infrastructure and modules [AC-ASA-01] 2026-02-24 14:54:14 +08:00
Dockerfile feat: 添加API Key认证系统和修复Qdrant搜索问题 [AC-AISVC-50] 2026-02-26 03:11:36 +08:00
index.html feat(asa): implement ai-service-admin infrastructure and modules [AC-ASA-01] 2026-02-24 14:54:14 +08:00
nginx.conf fix: 简化Nginx代理配置,移除upstream变量 [AC-AISVC-50] 2026-02-26 11:50:03 +08:00
package-lock.json fix(ASA): 修复模板变量语法错误并安装 vuedraggable 依赖 2026-02-27 19:22:26 +08:00
package.json fix(ASA): 修复模板变量语法错误并安装 vuedraggable 依赖 2026-02-27 19:22:26 +08:00
tsconfig.json fix: 修复TypeScript类型错误以兼容vue-tsc v2 [AC-AISVC-01] 2026-02-26 02:19:51 +08:00
tsconfig.node.json feat(asa): implement ai-service-admin infrastructure and modules [AC-ASA-01] 2026-02-24 14:54:14 +08:00
vite.config.ts feat: 添加嵌入配置持久化及模型切换警告 [AC-AISVC-50] 2026-02-26 18:01:03 +08:00