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.
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_agent49
- 02Plan capability discovery (discover / agent-check)mcp_discover91186% of previous
- 03Verify trust, permissions, policyverify_asset7077% of previous
- 04Generate typed install planinstall_plan811% of previous
- 05Apply install (after dry-run + user OK)install_apply54675% of previous
- 06Post-task supply handoffhandoff_plan2037% of previous
- 07Publish reusable assetspush84420% 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.
Event volume per day
Total events across all funnel stages, by UTC day. Bumps usually correlate with new agent surfaces shipping.
2026-05-04 → 2026-05-17
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.
| Event | Count |
|---|---|
| agent_check | 91 |
| mcp_discover | 84 |
| push | 84 |
| mcp_search | 81 |
| verify_asset | 70 |
| install_dry_run | 56 |
| install_apply | 54 |
| init_agent | 49 |
| agent_handoff | 19 |
| audit_asset | 13 |
| install_plan | 8 |
| mcp_detail | 2 |
| handoff_plan | 1 |
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