add per-agent and hive-wide skill invocation stats

This commit is contained in:
damocles 2026-07-27 23:52:04 +02:00
commit ef1554a1b2
4 changed files with 163 additions and 51 deletions

View file

@ -44,6 +44,10 @@
recorded data, so the section never shows an empty block. -->
<h3 id="hive-stats-bash-h" hidden>◇ favorite tools (bash commands across the swarm)</h3>
<div id="hive-stats-bash" hidden></div>
<!-- most-triggered skills across the swarm. Header + list hidden until
at least one agent has actually invoked a skill. -->
<h3 id="hive-stats-skills-h" hidden>◇ skill mix (invocations across the swarm)</h3>
<div id="hive-stats-skills" hidden></div>
</main>
<script type="module" src="/static/stats.js" defer></script>