Runtime Release Notes

Last updated: Dec 23, 2025

  • Nov 20, 2025
    • Parsed from source:
      Nov 20, 2025
    • Detected by Releasebot:
      Dec 23, 2025

    Runtime by Inworld

    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

    Breaking changes

    graph.start() is now async, and stopInworldRuntime() is required.

    See the Migration Guide for upgrading from v0.6.

    Original source Report a problem
  • Oct 6, 2025
    • Parsed from source:
      Oct 6, 2025
    • Detected by Releasebot:
      Dec 23, 2025

    Runtime by Inworld

    Inworld CLI - Hosted Endpoint

    npm install -g @inworld/cli
    

    Quickstart

    • 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.
    Original source Report a problem
  • Sep 11, 2025
    • Parsed from source:
      Sep 11, 2025
    • Detected by Releasebot:
      Dec 23, 2025

    Runtime by Inworld

    Node.js Runtime v0.6.0

    Breaking changes

    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
    Original source Report a problem
  • Aug 13, 2025
    • Parsed from source:
      Aug 13, 2025
    • Detected by Releasebot:
      Dec 23, 2025

    Runtime by Inworld

    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
    Original source Report a problem

This is the end. You've seen all the release notes in this feed!

Related products