feat(cli): external-agent realtime path (#2663)#2942
Open
Bartok9 wants to merge 2 commits into
Open
Conversation
OpenClaw/external bridges hold BUZZ_PRIVATE_KEY but had no first-class self-identity command short of embedding secp256k1. Print hex pubkey + npub locally with no relay I/O (alias: whoami). Signed-off-by: Bartok9 <danielrpike9@gmail.com>
Add buzz listen (WS NDJSON + optional webhook), keep pubkey/tags in messages get --format compact, headless agents publish for kind:30177 with client-side schema validation, and docs/cli-external-agents.md. Includes users me for a self-contained E2E path (sibling block#2933). Signed-off-by: Bartok <danielrpike9@gmail.com>
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.
Closes direction toward #2663 (full external/OpenClaw CLI path). Keep #2933 open as the small
users meslice.Ships
buzz listen— NIP-42 WS, NDJSON events,--channel/--mentions-of-me, reconnect+SIGINT, optional--webhook(Option A)messages get --format compactkeepspubkey+tagsbuzz agents publishkind:30177 + client schema validation +docs/cli-external-agents.mdbuzz users meincluded so this PR is E2E-complete (sibling feat(cli): add buzz users me for external-agent identity #2933)Residual
Tests
cargo test -p buzz-cli --lib(264 ok) ·cargo test -p buzz-ws-client --lib(3 ok)