docs(plugins): add hak-ledger-plugin v0.1.0 — first Ledger plugin for the Hedera Agent Kit#922
Open
jmgomezl wants to merge 1 commit into
Open
docs(plugins): add hak-ledger-plugin v0.1.0 — first Ledger plugin for the Hedera Agent Kit#922jmgomezl wants to merge 1 commit into
jmgomezl wants to merge 1 commit into
Conversation
… the Hedera Agent Kit Adds hak-ledger-plugin to the third-party plugins list in docs/PLUGINS.md. A human-in-the-loop Ledger signer: Clear-Sign high-risk EVM transactions on a physical Ledger before a HAK agent executes them. Pairs with hak-uniswap-plugin's requires_ledger_approval for device-gated above-threshold settlement. Docs-only change, following the existing third-party plugin entry format. Signed-off-by: Juan Gomez <juanmag.lpez@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.
Adds
hak-ledger-pluginto the third-party plugins list indocs/PLUGINS.md.What it does: a human-in-the-loop Ledger hardware-wallet signer for Hedera Agent Kit agents — the first Ledger plugin in the HAK ecosystem. A high-risk EVM transaction is Clear-Signed on a physical Ledger before the agent executes it, so the device is the final confirmation gate.
Two tools:
ledger_clear_sign— Clear-Sign an unsigned EVM transaction on the device and (optionally) broadcast it. Returnsexecuted/signed/rejected(if the human declines on-device).ledger_get_address— derive + verify a hardware-backed EVM identity.Pairs with
hak-uniswap-plugin'srequires_ledger_approvalflow: feed itsunsignedTxstraight intoledger_clear_signfor device-gated, above-threshold settlement. USB via@ledgerhq/hw-transport-node-hid; WebHID/Speculos via an injectedcontext.ledgerTransport.hak-ledger-plugin@0.1.0Docs-only change, following the existing third-party plugin entry format. Commit is DCO signed-off.