feat: add Hermes Agent to the ACP Registry - #529
Draft
1xxalexx1 wants to merge 2 commits into
Draft
Conversation
Author
|
Updated the draft manifest to Hermes 0.20.3, matching current upstream main. Local npm-pack smoke test now passes through the launcher: ACP initialize reports Hermes 0.20.3, terminal auth, 350 available models, and 3 session modes. The only remaining CI blocker is publication of @nousresearch/hermes-agent@0.20.3. |
Author
|
Found and fixed the actual Zed UI gap in NousResearch/hermes-agent#88630: Hermes was returning ACP |
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.
Summary
Add Hermes Agent as an ACP Registry agent for Zed and other ACP-compatible clients.
Hermes already implements the ACP server contract, including:
session/newsession/set_modelThe companion launcher package is being prepared in NousResearch/hermes-agent#88578. It exposes the executable shape required by the registry and starts the user's installed
hermes-acpruntime rather than creating a second Hermes installation.Validation
With URL validation skipped (the manifest schema, icon, and registry build all pass):
The normal build is intentionally blocked until
@nousresearch/hermes-agent@0.20.2is published to npm:This PR is draft until the launcher package is published. Once published, rerun the registry build and the auth check, then mark this ready for review.