@elevasis/sdk
v1.58.0
Published
SDK for building Elevasis organization resources
Readme
@elevasis/sdk
SDK for building Elevasis organization resources — agents, workflows, and the CLI that deploys them.
Install
pnpm add @elevasis/sdkPublished surface
| Subpath | Contains |
| ---------------------------- | ------------------------------------------------------------------------- |
| @elevasis/sdk | Resource definitions, the registry, and its validators |
| @elevasis/sdk/worker | The worker-thread authoring surface: Agent, Workflow, collectors |
| @elevasis/sdk/node | Node-only helpers |
| @elevasis/sdk/test-utils | Test helpers for resource authors |
The package also installs an elevasis-sdk binary. Run elevasis-sdk --help for the command set;
every authenticated command accepts --prod to target production rather than a local API.
Relationship to @elevasis/core
The SDK inlines the @repo/core types it re-exports, so no @elevasis/core specifier survives in
the shipped declarations. That makes the SDK a second sanctioned route onto capabilities core does
not publish directly — import them from here rather than reaching for a core subpath that does not
resolve.
License
MIT — see LICENSE.
