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
870
Total agent events
84
Discover calls
65
Installs applied
55
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
    89
  • 02Plan capability discovery (discover / agent-check)mcp_discover
    174
    196% of previous
  • 03Verify trust, permissions, policyverify_asset
    104
    60% of previous
  • 04Generate typed install planinstall_plan
    12
    12% of previous
  • 05Apply install (after dry-run + user OK)install_apply
    65
    542% of previous
  • 06Post-task supply handoffhandoff_plan
    55
    85% of previous
  • 07Publish reusable assetspush
    84
    153% 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-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 — 882026-05-18 — 1472026-05-19 — 67

2026-05-06 → 2026-05-19

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_check174
verify_asset104
init_agent89
mcp_discover84
push84
mcp_search81
install_apply65
install_dry_run56
agent_handoff53
audit_asset46
install_plan12
capability_resolve10
harvest_plan8
handoff_plan2
mcp_detail2
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