[Docs] how to register an agent harness#2521
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
davanstrien
approved these changes
Jun 2, 2026
davanstrien
left a comment
Member
There was a problem hiding this comment.
Thanks! Added a few small suggestion for language
Co-authored-by: Daniel van Strien <davanstrien@users.noreply.github.com>
hanouticelina
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a brief "Register your agent harness" how-to section to the Agents Overview page, covering the harness registry introduced in huggingface/huggingface.js#2209 (fields + env-var detection).
Will merge only once js PR gets merged.
Didn't really knew where to put this section. I placed it on
agents-overview.mdbecause that page already enumerates coding agents/harnesses, and it's the landing page of the Agents section. Happy to start a new page but I feel that it's too little content to justify it.Docs: https://moon-ci-docs.huggingface.co/docs/hub/pr_2521/en/agents-overview#register-your-agent-harness
Note
Low Risk
Documentation-only change to
agents-overview.mdwith no runtime, auth, or data-handling impact.Overview
Adds a Register your agent harness section to the Agents Overview page, placed before Next Steps.
The new content explains why to register (Hub user-agent attribution, display metadata, docs/repo links, future leaderboards) and walks contributors through opening a PR against
agent-harnesses.tsin@huggingface/tasks: requiredprettyLabeland id format, optionalrepoUrl/docsUrl/description, and environment detection viaAI_AGENT/AGENTor customenvVarspatterns.No application or Hub runtime code is changed in this PR—documentation only, dependent on the related
huggingface.jsregistry work.Reviewed by Cursor Bugbot for commit 9a881cc. Bugbot is set up for automated code reviews on this repo. Configure here.