feat(v1.3.1): Phase 4 场景扩充、延迟优化与 go/no-go 展示(v1.3.1-final) #36
No reviewers
Labels
No Label
priority:P0
priority:P1
priority:P2
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: solahqb/AgentEvalTool#36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/v1.3.1-phase4-final"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
v1.3.1 计划最后一个阶段。
4.1 场景覆盖度提升
4.2 响应时间优化
4.3 前端 go/no-go 展示
附带
门禁
4.1 新增三个评估场景(急诊分诊、慢病管理、健康咨询),各 3 个用例, 全部使用无模型绑定依赖的规则;急诊场景编码 <20s 延迟验收标准 4.2 ModelGateway 由每次请求新建 httpx.AsyncClient 改为单实例共享客户端 (复用 TCP/TLS 连接),引擎与模型连通性测试端点负责关闭; tutu 通道已具备同等优化,无需改动 4.3 Reports.tsx 单次报告顶部新增上线评估横幅:go/no-go/conditional 三态 banner + 各验收标准达标情况标签 版本号升至 1.3.1(v1.3.1-final)。 门禁:pytest tests/unit 709 passed;ruff 全绿; 前端 tsc --noEmit + vitest 232 passed。 附带修复 RunList 测试时区缺陷:started_at 用 UTC 日期构造, 本地 00:00-08:00 之间会被默认"今天"过滤器排除导致误报失败。