@infragrid/sdk package provides a typed client, workflow builder, polling helpers, and the Infragrid CLI. It requires Node.js 18 or newer.
Version 0.1.0 is implemented in the source workspace but is not yet represented as published to npm.
Install
- Source checkout
- After npm release
Create a client
Browser runs
Pass an
AbortSignal to runs.wait to interrupt polling and active retry backoff.
Ordered workflows
Published Blueprints
Errors
All exported error classes derive fromInfragridError and expose status, body, requestId, and response headers when available. See Errors and retries.