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
- Initialize the SDK with your API key.
- Configure your first environment context.
- Create a basic agent using the
AgentBuilderclass.