feat(desktop): support authorized external agent identities - #3746
Draft
zeolenon wants to merge 4 commits into
Draft
feat(desktop): support authorized external agent identities#3746zeolenon wants to merge 4 commits into
zeolenon wants to merge 4 commits into
Conversation
Signed-off-by: Leo Zenon Tassi <60750902+zeolenon@users.noreply.github.com>
Signed-off-by: Leo Zenon Tassi <60750902+zeolenon@users.noreply.github.com>
Signed-off-by: Leo Zenon Tassi <60750902+zeolenon@users.noreply.github.com>
Signed-off-by: Leo Zenon Tassi <60750902+zeolenon@users.noreply.github.com>
3 tasks
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
current channel agents, present in the agent directory, and invocable by the
current viewer;
Connected agentssection,with profile, messaging, channels, memories, and activity access;
nsecin the OS keychainafter verifying both key identity and NIP-OA ownership;
description without adopting or launching their external runtime;
channel member picker;
hidden;
Why
Hermes' native Buzz gateway creates a relay-native agent identity rather than a
Buzz Desktop managed runtime. The current autocomplete filter only admits
locally managed agent identities, so a working Hermes agent can receive messages
but cannot be selected through
@autocomplete or found on the Agents screen.Requiring channel membership, an agent-directory record, and the relay response
policy keeps the visibility boundary narrow and avoids exposing arbitrary relay
profiles.
External runtimes also need a safe, limited profile-management path. Treating
them as managed agents would incorrectly give Buzz lifecycle ownership and
could start a duplicate harness. The new link flow therefore stores only the
signing key in the existing OS-backed secret store and limits its surface to
public kind-0 profile fields.
Tests
a local runtime;
card;
without creating or starting a local runtime.
Related: #2349, #3277.