feat(v1.3.1): Phase 2 成本/放弃率/Go-No-Go 基础设施生效 #34
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#34
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/v1.3.1-phase2-wiring"
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?
Summary
ModelGateway经协议适配器parse_usage累计评测侧 LLM 调用(judge/generator/embedding)的 token 消耗,引擎结束时写入run.summary.eval_token_usage,报告 summary 透出。v1.3.0 遗留的parse_usage死代码就此激活CaseOutcome新增abandoned标记——对话已有完成轮次但后续发送/接收失败即为放弃(首轮即失败算连通性问题,不计放弃);build_run_summary统计abandoned_cases/abandonment_rateScenario.acceptance_criteria新字段(scenarios表新列 + 幂等 Alembic 迁移3f8a2c91d4e7),generate_report按场景标准出 verdict,缺省回退全局默认;验收标准属报告配置,变更不触发考纲升版(ADR-0001)来源:v1.3.0 代码审查 Spec 轴「dead code / missing spec」项。
Test plan
pytest tests/unit/699 passedruff check backend/全绿alembic upgrade head在 dev DB 验证通过