@nimba/runtime
v0.2.1
Published
Nimba shared orchestration runtime: load config and run flows on the flowkit engine, wired with Nimba tasks.
Readme
@nimba/runtime
The shared orchestration runtime for Nimba — loads layered config, builds a @db-lyon/flowkit FlowRunner wired with Nimba's tasks and (optionally) a live org bridge, and exposes the flow/task operations every front end drives.
Part of Nimba, modern Salesforce DevOps orchestration in TypeScript. Most users want
@nimba/cli, not this package directly.
Install
npm install @nimba/runtimeWhat it is
@nimba/runtime is the single execution path. The CLI (@nimba/cli), the MCP server (@nimba/mcp), and the HTTP server all call into the same operations here, so a flow behaves identically no matter what drives it.
buildRegistry()— registersNIMBA_TASK_CLASSESplus flowkit's shell/agent primitives under stable class paths.flowList/flowInfo/runFlow/taskList/runTask— the core operations exposed to every transport.- Config loading via
@nimba/config, org bridge via@nimba/sf, and an Anthropic LLM provider for AI-native agent steps.
Requirements
- Node.js >= 20
