search ⌘K

Installing H.E.L.M. SDK

Welcome to the Ludotronics documentation portal. Get up and running with the H.E.L.M. SDK in minutes to start building intelligent NPCs.

Installation Steps

The H.E.L.M. SDK is available as an npm package. You can install it using your preferred package manager.

bash
npm install @ludotronics/helm-sdk
# or using yarn
yarn add @ludotronics/helm-sdk
# or using pnpm
pnpm add @ludotronics/helm-sdk
info

Prerequisites

Ensure you have Node.js 18.0 or later. You will also need an active API key from your Ludotronics dashboard.

Next Steps

  1. Initialize the SDK with your API key.
  2. Configure your first environment context.
  3. Create a basic agent using the AgentBuilder class.
Was this helpful?
edit Edit this page on GitHub