扩展 response_time 支持首字延迟和吞吐量 #21

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

背景

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

需求

扩展 response_time 规则,支持首字延迟、完整响应延迟、每轮延迟和吞吐量测量。

实现要点

  • 首字延迟:从发送消息到收到第一个字的时间
  • 完整响应延迟:从发送消息到收到完整回复的时间
  • 每轮延迟:多轮对话中每轮的平均延迟
  • 吞吐量:单位时间内处理的对话数

验收标准

  • 可以配置测量首字延迟
  • 可以配置测量吞吐量
  • 报告展示各项延迟指标
## 背景 [Wayfinder #13](https://git.solahqb22.cn/solahqb/AgentEvalTool/issues/13) 差距分析([#17](https://git.solahqb22.cn/solahqb/AgentEvalTool/issues/17))识别的 P1 差距。 ## 需求 扩展 `response_time` 规则,支持首字延迟、完整响应延迟、每轮延迟和吞吐量测量。 ## 实现要点 - 首字延迟:从发送消息到收到第一个字的时间 - 完整响应延迟:从发送消息到收到完整回复的时间 - 每轮延迟:多轮对话中每轮的平均延迟 - 吞吐量:单位时间内处理的对话数 ## 验收标准 - 可以配置测量首字延迟 - 可以配置测量吞吐量 - 报告展示各项延迟指标
solahqb added the
priority:P1
label 2026-08-25 05:55:57 +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#21
No description provided.