feat: TSR chart on top of realtime; add Turn Success Rate to Ranking Algorithm#69
Conversation
…Algorithm - realtime: move the full-width Turn Success Rate (%) chart above the Response/Interrupt Latency charts. - leaderboard: the "Ranking Algorithm" popover now lists all 6 composite metrics with current weights (Response 25 / Turn Success Rate 25 / Interrupt 15 / Noise 15 / Network 10 / Naturalness 10); TSR shown as a live metric, the three placeholders still marked "coming soon". 🤖 Built with SMT <smt@agora.build>
🤖 Claude Code ReviewThis is a purely presentational PR: it reorders the three realtime charts (TSR now spans full width on top, then Response Latency, then Interrupt Latency) and updates the leaderboard popover to document 6 metrics instead of 5. Correctness — verified good:
No issues found in security, logic, performance, or maintainability. The One trivial observation (not blocking): the title says "add Turn Success Rate to Ranking Algorithm," but the algorithm change itself already landed server-side (routes.ts) in a prior commit — this diff only syncs the client-facing weight documentation. Worth confirming the PR description isn't implying an untested backend change, but the code here is fine. LGTM. |
🤖 Codex Code ReviewNo findings.
|
Two small follow-ups to the Turn Success Rate feature (#68).
Changes
UI-only;
npm run checkclean.Generated with SMT smt@agora.io