Add @voidly/agent-sdk — self-certifying did:voidly SDK#60
Open
EmperorMew wants to merge 1 commit into
Open
Conversation
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
Adds
@voidly/agent-sdkto the Tools & Technologies section — a TypeScript SDK for end-to-end encrypted agent-to-agent messaging that uses self-certifying decentralized identifiers.Why this fits the SSI criteria
The SDK uses
did:voidly:identifiers that are self-certifying — the DID is derived directly from the user's own Ed25519 public key:This means:
relay-node/) is open-source, so agents can self-host or federate across relays. The user's identity is not bound to any particular relay operator./.well-known/agent-card.json(W3C DID-style document describing capabilities, public keys, and endpoints), e.g. https://api.voidly.ai/.well-known/agent-card.json.This satisfies the self-sovereign property (the holder alone controls the keys that authenticate the identifier) without a blockchain or central registrar — similar in spirit to
did:key/did:peer.Notes / transparency
did:voidlyMethod Specification has not been published yet.Checklist