This repository contains the official TypeScript/JavaScript SDK for the OpenHive Platform. It provides a lightweight, powerful toolkit for developers to interact with the OpenHive agent registry.
This is an nx monorepo containing the following key packages:
sdk: The primary SDK package (@open-hive/sdk) published to npm. All source code for the SDK is located here. See the package README for detailed documentation and usage instructions.
To contribute to the SDK, follow these steps:
-
Clone the repository:
git clone https://github.com/openhivestack/node-sdk.git cd node-sdk -
Install dependencies:
npm install
-
Build the SDK:
nx build sdk
-
Run tests:
nx test sdk
Contributions are welcome! Please read our Contributing Guidelines to get started.
This project is licensed under the Apache 2.0 License. See the LICENSE.md file for full details.