Nov 20, 2025
Node.js Runtime v0.8.0
Enhanced performance, execution control, and component access for custom nodes.- 2x faster performance with optimized addon architecture
- Cancel running executions with abort() on GraphOutputStream
- Call LLMs from custom nodes via getLLMInterface() and getEmbedderInterface()
- Build stateful graph loops with DataStreamWithMetadata
stopInworldRuntime() is required.See the Migration Guide for upgrading from v0.6.Oct 6, 2025
Inworld CLI - Hosted Endpoint
npm install -g @inworld/cli- 3-Minute Setup: Single command installation, browser-based login, and instant API key generation.
- Local Development: Test your graphs instantly with
inworld serve. - Instant Deployment: Deploy to cloud with
inworld deploy- no hosting, scaling, or infrastructure required.
September 11, 2025
Node.js Runtime v0.6.0
Simplified interfaces and improved APIs.Developers upgrading from v0.5 should review the breaking changes below.
- ExecutionConfig Access: New context.getExecutionConfig() method with automatic property unwrapping
- Graph Execution: Graph.start() now returns ExecutionResult with execution details
- Unwrapped Types: Cleaner GoalAdvancement and LLMChatRequest interfaces
August 13, 2025
Runtime
- Publicly launched Node.js Runtime SDK, available via npm
- Released templates including Mulitmodal Companion (git) and Comic Generator with MiniMax (git)
- Launched Experiments, Dashboards, Traces, Logs, and LLM Playground on Portal