hyperhive/frontend/packages/agent/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris ded7474b2b feat(stats): cache hit-rate, tokens/turn, and result trend over time
First slice of #1424 (per-agent /stats enrichments):

- Backend: add per-bucket result_counts to the stats Snapshot (mirrors
  model_counts), so result outcomes can be charted over time, not just
  as a window total.
- Frontend: two new summary chips — cache hit-rate % (cached input vs
  all input-side tokens) and avg tokens/turn — both derived from the
  existing per-bucket token sums. Plus a stacked result-trend chart so
  error / rate-limit / compaction spikes are visible across the window.

Hive-wide aggregate, cost estimate, and container resource load land in
follow-up PRs.
2026-06-05 22:22:48 +02:00
..
agent.css feat(agent): model quick-picker in overflow menu 2026-06-05 13:14:17 +02:00
app.js feat(agent): read available models from HIVE_AVAILABLE_MODELS env var 2026-06-05 13:48:03 +02:00
index.html fix(#1157): add viewport meta to all pages; use clientWidth for side panel 2026-06-03 18:23:37 +02:00
screen.html chore(agent): move screen.html inline styles into agent.css; add --blue/--yellow/--subtext0 to palette 2026-06-02 12:43:11 +02:00
stats.html feat(stats): cache hit-rate, tokens/turn, and result trend over time 2026-06-05 22:22:48 +02:00
stats.js feat(stats): cache hit-rate, tokens/turn, and result trend over time 2026-06-05 22:22:48 +02:00