From 7f9b8a500d5c8b5fab9317e03aa086f8bac29ca9 Mon Sep 17 00:00:00 2001 From: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:42:28 -0500 Subject: [PATCH] Add Hashgraph Online Standards SDK to JavaScript libraries Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ecaaedb..a70eef8 100644 --- a/README.md +++ b/README.md @@ -860,6 +860,24 @@ will log something like: ``` +**@hashgraphonline/standards-sdk** (github: [hashgraph-online/standards-sdk](https://github.com/hashgraph-online/standards-sdk), +npm: [@hashgraphonline/standards-sdk](https://www.npmjs.com/package/@hashgraphonline/standards-sdk)) - +TypeScript SDK for building and interacting with decentralized AI agents on the Hedera network. + +```js +import { RegistryBrokerClient } from '@hashgraphonline/standards-sdk'; + +const client = new RegistryBrokerClient(); + +// Search for AI agents +const results = await client.search({ q: 'weather', limit: 10 }); + +// Start a chat conversation +const conversation = await client.chat.start({ uaid, auth }); +const response = await conversation.send({ plaintext: 'Hello' }); +``` + + ## Git, Git, Git - The Stupid Content Tracker with Crypto Hashes _Everything is local. Distributed is the new centralized._