实现用户体验指标(放弃率+流畅度) #26

Closed
opened 2026-08-25 05:56:11 +00:00 by solahqb · 0 comments
Owner

背景

Wayfinder #13 差距分析(#17)识别的 P2 差距。

需求

实现用户放弃率和 LLM 流畅度评估。

实现要点

  • 用户放弃率:用户在任务完成前中断对话的比例
  • LLM 流畅度评估:用 LLM 评估对话是否自然、是否有重复/卡顿

验收标准

  • 可以统计用户放弃率
  • 可以用 LLM 评估对话流畅度(0-10 分)
  • 报告展示用户体验指标
## 背景 [Wayfinder #13](https://git.solahqb22.cn/solahqb/AgentEvalTool/issues/13) 差距分析([#17](https://git.solahqb22.cn/solahqb/AgentEvalTool/issues/17))识别的 P2 差距。 ## 需求 实现用户放弃率和 LLM 流畅度评估。 ## 实现要点 - 用户放弃率:用户在任务完成前中断对话的比例 - LLM 流畅度评估:用 LLM 评估对话是否自然、是否有重复/卡顿 ## 验收标准 - 可以统计用户放弃率 - 可以用 LLM 评估对话流畅度(0-10 分) - 报告展示用户体验指标
solahqb added the
priority:P2
label 2026-08-25 05:56:11 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: solahqb/AgentEvalTool#26
No description provided.