docs(acp): document Buzz host integration - #69915
Closed
NYTEMODEONLY wants to merge 2 commits into
Closed
Conversation
Co-authored-by: nytemodeonly <contact@nytemode.com> Signed-off-by: nytemodeonly <contact@nytemode.com>
Co-authored-by: nytemodeonly <contact@nytemode.com> Signed-off-by: nytemodeonly <contact@nytemode.com>
6 tasks
teknium1
added a commit
that referenced
this pull request
Jul 28, 2026
…ink modes, add zh-Hans Follow-up on the salvaged #69915 commits: - verified env vars against block/buzz crates/buzz-acp/src/config.rs (BUZZ_RELAY_URL, BUZZ_PRIVATE_KEY, BUZZ_API_TOKEN, BUZZ_ACP_AGENT_COMMAND/ ARGS, BUZZ_ACP_RELAY_OBSERVER, BUZZ_ACP_AGENT_OWNER) and kind 24200 observer frames against docs/nips/NIP-AO.md - dropped unverifiable claims: docs/hermes-agent-acp.md link (404 upstream), relay-directory profile publication / External-agents card walkthrough, 'bot role' membership phrasing - replaced key provisioning with the actual buzz-admin generate-key / add-member flow from the buzz-acp README - retitled the section 'Buzz channels (relay bridge)' and cross-linked it with the Buzz Desktop managed-runtime section both ways; permission paragraph now points at the owner-only warning instead of duplicating it - zh-Hans translation of the new section + retitle to ACP 宿主集成
teknium1
added a commit
that referenced
this pull request
Jul 29, 2026
…ink modes, add zh-Hans Follow-up on the salvaged #69915 commits: - verified env vars against block/buzz crates/buzz-acp/src/config.rs (BUZZ_RELAY_URL, BUZZ_PRIVATE_KEY, BUZZ_API_TOKEN, BUZZ_ACP_AGENT_COMMAND/ ARGS, BUZZ_ACP_RELAY_OBSERVER, BUZZ_ACP_AGENT_OWNER) and kind 24200 observer frames against docs/nips/NIP-AO.md - dropped unverifiable claims: docs/hermes-agent-acp.md link (404 upstream), relay-directory profile publication / External-agents card walkthrough, 'bot role' membership phrasing - replaced key provisioning with the actual buzz-admin generate-key / add-member flow from the buzz-acp README - retitled the section 'Buzz channels (relay bridge)' and cross-linked it with the Buzz Desktop managed-runtime section both ways; permission paragraph now points at the owner-only warning instead of duplicating it - zh-Hans translation of the new section + retitle to ACP 宿主集成
Contributor
|
Merged via PR #73571 with your authorship preserved on both commits. During salvage we re-verified each claim against the block/buzz source: the env vars, kind-24200/NIP-AO observer frames, and the auto-subscribe channel model all checked out and are in the published docs; we dropped the pieces we couldn't verify upstream (the |
randlee
pushed a commit
to randlee/hermes-agent
that referenced
this pull request
Aug 11, 2026
…ink modes, add zh-Hans Follow-up on the salvaged NousResearch#69915 commits: - verified env vars against block/buzz crates/buzz-acp/src/config.rs (BUZZ_RELAY_URL, BUZZ_PRIVATE_KEY, BUZZ_API_TOKEN, BUZZ_ACP_AGENT_COMMAND/ ARGS, BUZZ_ACP_RELAY_OBSERVER, BUZZ_ACP_AGENT_OWNER) and kind 24200 observer frames against docs/nips/NIP-AO.md - dropped unverifiable claims: docs/hermes-agent-acp.md link (404 upstream), relay-directory profile publication / External-agents card walkthrough, 'bot role' membership phrasing - replaced key provisioning with the actual buzz-admin generate-key / add-member flow from the buzz-acp README - retitled the section 'Buzz channels (relay bridge)' and cross-linked it with the Buzz Desktop managed-runtime section both ways; permission paragraph now points at the owner-only warning instead of duplicating it - zh-Hans translation of the new section + retitle to 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
buzz-acp -> hermes acpruntime topology and minimal launch configurationBUZZ_ACP_RELAY_OBSERVER=truefor encrypted owner Activity telemetrysystemddeployment and troubleshootingWhy
Hermes already exposes a native ACP server, and Buzz accepts arbitrary ACP agents over stdio. The integration works end to end without a Hermes core change:
Documenting the completed lifecycle in the existing ACP host guide gives Hermes users a supported path to collaborative Buzz channels while preserving their current provider configuration, Soul, prompts, memory, skills, tools, and identity.
This remains an ACP interoperability guide at the edge of Hermes. It adds no core tool, platform adapter, plugin, dependency, prompt surface, or Hermes-owned setting. Buzz presentation and observer settings live in the bridge/owner client.
Live end-to-end proof
The flow is deployed on a supervised Linux VPS using an existing Hermes Agent:
hermes acp --checkreturnedOKbuzz-acpinitialized Hermes and loaded its existing memory and native toolsBUZZ_ACP_RELAY_OBSERVER=trueenabled encrypted owner-addressed kind24200activityNo private key, API token, owner authorization, private community endpoint, or owner-addressed event identifier is included in this change.
Validation
At head:
npm run buildinwebsite/zh-Hansproduction builds completed successfullygit diff --checkCo-authored-byandSigned-off-bytrailers are presentRelated upstream
feat(agents): add Hermes ACP and external-agent integration block/buzz#2468