From dec64f62aab36104b19ee6d74075fbf5e7b98cfa Mon Sep 17 00:00:00 2001 From: Juan Gomez Date: Sun, 14 Jun 2026 02:30:58 -0400 Subject: [PATCH] =?UTF-8?q?docs(plugins):=20add=20hak-ledger-plugin=20v0.1?= =?UTF-8?q?.0=20=E2=80=94=20first=20Ledger=20plugin=20for=20the=20Hedera?= =?UTF-8?q?=20Agent=20Kit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/PLUGINS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index 248c3641..e1ec8246 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -107,6 +107,14 @@ See this list of available third party plugins for the Hedera Agent Kit in the [ Status: Validated by HAK team, v4-compatible release +- [Ledger Plugin](https://www.npmjs.com/package/hak-ledger-plugin) is the first Ledger hardware-wallet plugin for the Hedera Agent Kit — a human-in-the-loop signer that Clear-Signs high-risk EVM transactions on a physical Ledger before the agent executes them, exposing `ledger_clear_sign` (Clear-Sign + optionally broadcast an unsigned EVM tx; the device is the final gate) and `ledger_get_address` (derive + verify a hardware-backed EVM identity). Pairs with `hak-uniswap-plugin`'s `requires_ledger_approval` flow for device-gated, above-threshold settlement: + + NPM: https://www.npmjs.com/package/hak-ledger-plugin + + Github repository: https://github.com/jmgomezl/hak-ledger-plugin + + Version: hak-ledger-plugin@0.1.0 + ## Plugin Architecture The tools are now organized into plugins, each containing a set functionality related to the Hedera service or project they are created for.