Skip to content

Commit 7c88b07

Browse files
davanstrienclaude
andauthored
Link the live agent-usage dataset from agents-overview (#2617)
The registration section promised 'upcoming agent leaderboards' — the dataset is now live, so link it. Also corrects the tracking scope in the closing line: attribution covers all huggingface_hub traffic, not only the hf CLI. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 20f6e55 commit 7c88b07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hub/agents-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Agent: [Fetches documentation]
184184

185185
## Register your agent harness
186186

187-
Hugging Face maintains a public registry of agent harnesses, the coding agents and tools that interact with the Hub (Claude Code, Codex, Cursor, and more). When `huggingface_hub` detects it is running inside a registered harness, it reports it via the user agent on Hub requests. Registering your harness means this activity is attributed to your tool by name and gives your project a friendly display label, links back to your docs and repository, and a place in upcoming agent leaderboards.
187+
Hugging Face maintains a public registry of agent harnesses, the coding agents and tools that interact with the Hub (Claude Code, Codex, Cursor, and more). When `huggingface_hub` detects it is running inside a registered harness, it reports it via the user agent on Hub requests. Registering your harness means this activity is attributed to your tool by name and gives your project a friendly display label, links back to your docs and repository, and a place in the public [agent usage dataset](https://huggingface.co/datasets/huggingface/agent-usage) — unregistered tools are only counted in its aggregate `unknown` share.
188188

189189
To register a harness, open a Pull Request adding an entry to [`agent-harnesses.ts`](https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/agent-harnesses.ts) in the `@huggingface/tasks` package:
190190

@@ -197,7 +197,7 @@ To register a harness, open a Pull Request adding an entry to [`agent-harnesses.
197197
- If your harness sets one of the standard environment variables (`AI_AGENT` or `AGENT`), its value is used directly as the identifier and no extra config is needed.
198198
- Otherwise, set `envVars` to map environment variable names to value patterns. Use `"*"` to match any non-empty value, an exact string for an exact match, or `"<prefix>*"` for prefix matching.
199199

200-
And that's it! Once the PR is merged, we will start tracking usage of the `hf` CLI by your agent harness.
200+
And that's it! Once the PR is merged, `huggingface_hub` traffic (including the `hf` CLI) from your agent harness is attributed to it by name, and it appears in the [agent usage dataset](https://huggingface.co/datasets/huggingface/agent-usage) from the next monthly update.
201201

202202
## Next Steps
203203

0 commit comments

Comments
 (0)