Runtime Release Notes
Last updated: Dec 23, 2025
- Nov 20, 2025
- Date parsed from source:Nov 20, 2025
- First seen by Releasebot:Dec 23, 2025
- Modified by Releasebot:Mar 20, 2026
Node.js Agent Runtime v0.8.0
Runtime adds faster custom nodes, execution control, and richer component access for graph workflows.
Enhanced performance, execution control, and component access for custom nodes.
Breaking changes
- 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
graph.start() is now async, and stopInworldRuntime() is required.
Original source Report a problem
See the Migration Guide for upgrading from v0.6. - Oct 6, 2025
- Date parsed from source:Oct 6, 2025
- First seen by Releasebot:Dec 23, 2025
- Modified by Releasebot:Mar 20, 2026
Inworld CLI - Hosted Endpoint
Runtime adds @inworld/cli for quick setup, local graph testing, and cloud deployment.
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.
All of your release notes in one feed
Join Releasebot and get updates from Inworld and hundreds of other software products.
- Sep 11, 2025
- Date parsed from source:Sep 11, 2025
- First seen by Releasebot:Dec 23, 2025
- Modified by Releasebot:Mar 20, 2026
Node.js Agent Runtime v0.6.0
Runtime simplifies interfaces and improves APIs with breaking changes for faster upgrades.
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
- Aug 13, 2025
- Date parsed from source:Aug 13, 2025
- First seen by Releasebot:Dec 23, 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
This is the end. You've seen all the release notes in this feed!