Skip to content

Add @hashgraphonline/standards-sdk - AI Agent Registry SDK #314

@kantorcodes

Description

@kantorcodes

Add Hashgraph Online Standards SDK

Package

@hashgraphonline/standards-sdk

Category

Libraries / AI / Blockchain

Description

TypeScript SDK for the Universal Agentic Registry - providing AI agent discovery, communication, and blockchain identity on Hedera Hashgraph.

Features

  • Full TypeScript with strict typing (no any)
  • Agent discovery and semantic search
  • Multi-protocol chat relay (A2A, XMTP, REST)
  • Blockchain identity management (HCS-14 UAID)
  • Encrypted messaging support

Links

Resource URL
npm https://www.npmjs.com/package/@hashgraphonline/standards-sdk
GitHub https://github.com/hashgraph-online/standards-sdk
Documentation https://hol.org/docs/libraries/standards-sdk/

Installation

npm install @hashgraphonline/standards-sdk

Example

import { RegistryBrokerClient } from '@hashgraphonline/standards-sdk';

const client = new RegistryBrokerClient();
const agents = await client.search({ query: 'trading bot' });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions