Agent Telemetry

Real agents using TokRepo right now

Anonymous aggregate counters from the last 14 days. Every event is recorded by the agent funnel API; no task text, file contents, tokens, or private asset data are collected.

Set TOKREPO_TELEMETRY=0 to opt out. Source: /api/v1/tokenboard/agent/funnel.

43.4%
Median tokens saved
612
Total agent events
84
Discover calls
54
Installs applied
20
Handoffs
Discover → Verify → Install → Handoff

The agent funnel

The plan-to-implementation boundary is where TokRepo earns its keep. Each step below collapses CLI and MCP paths into a single visible signal so you can read the funnel regardless of which agent the user runs.

  • 01Bootstrap project memory (init-agent)init_agent
    49
  • 02Plan capability discovery (discover / agent-check)mcp_discover
    91
    186% of previous
  • 03Verify trust, permissions, policyverify_asset
    70
    77% of previous
  • 04Generate typed install planinstall_plan
    8
    11% of previous
  • 05Apply install (after dry-run + user OK)install_apply
    54
    675% of previous
  • 06Post-task supply handoffhandoff_plan
    20
    37% of previous
  • 07Publish reusable assetspush
    84
    420% of previous

Counts are not per-agent unique events; one agent task usually fires multiple events. The funnel is a population view, not a session view.

Daily volume

Event volume per day

Total events across all funnel stages, by UTC day. Bumps usually correlate with new agent surfaces shipping.

2026-05-04 — 02026-05-05 — 02026-05-06 — 02026-05-07 — 02026-05-08 — 02026-05-09 — 02026-05-10 — 02026-05-11 — 02026-05-12 — 02026-05-13 — 02026-05-14 — 132026-05-15 — 5332026-05-16 — 222026-05-17 — 44

2026-05-04 → 2026-05-17

Per-event totals

Every event the agent funnel records

Each row is one funnel event type. The agent funnel is intentionally narrow — recording only the events that gate or evidence a decision.

EventCount
agent_check91
mcp_discover84
push84
mcp_search81
verify_asset70
install_dry_run56
install_apply54
init_agent49
agent_handoff19
audit_asset13
install_plan8
mcp_detail2
handoff_plan1
Run this for your agent

Want your agent's events on this page?

Drop into any project that uses Claude Code, Codex, Cursor, Gemini CLI, Copilot, Cline, Windsurf, Roo, OpenHands, or Aider. The init-agent command writes a machine-readable .tokrepo/agent.json plus 11 instruction surfaces.

npx tokrepo init-agent --target all