> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Release Notes

> Product updates and improvements to Node.js Agent Runtime

<Update label="Nov 20, 2025" tags={["Node.js SDK", "Runtime"]}>
  ## Node.js Agent 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()](/node/runtime-reference/classes/graph_GraphOutputStream.GraphOutputStream#abort) on [GraphOutputStream](/node/runtime-reference/classes/graph_GraphOutputStream.GraphOutputStream)
  * **Call LLMs from custom nodes** via [getLLMInterface()](/node/runtime-reference/interfaces/graph_nodes_custom_process_context_Impl.ProcessContext#getllminterface) and [getEmbedderInterface()](/node/runtime-reference/interfaces/graph_nodes_custom_process_context_Impl.ProcessContext#getembedderinterface)
  * **Build stateful graph loops** with [DataStreamWithMetadata](/node/runtime-reference/classes/common_data_types_api_data_stream_with_metadata.DataStreamWithMetadata)

  **Breaking changes:** [graph.start()](/node/runtime-reference/classes/graph_graph.Graph) is now async, and `stopInworldRuntime()` is required.

  See the [Migration Guide](/node/migration-guide-v0.8) for upgrading from v0.6.
</Update>

<Update label="Oct 6, 2025" tags={["Hosted Endpoints", "CLI"]}>
  ## Inworld Runtime CLI - Hosted Endpoint

  `npm install -g @inworld/runtime`

  * **[3-Minute Setup](/node/quickstart#get-started):** Single command installation, browser-based login, and instant API key generation.
  * **[Local Development](/node/quickstart#run-a-local-server):** Test your graphs instantly with `inworld-runtime serve`.
  * **[Instant Deployment](/node/cli/deploy):** Deploy to cloud with `inworld-runtime deploy` - no hosting, scaling, or infrastructure required.
</Update>

<Update label="September 11, 2025" tags={["Node.js SDK", "Runtime"]}>
  ## Node.js Agent 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()](/node/runtime-reference/interfaces/graph_nodes_custom_process_context_Impl.ProcessContext) method with automatic property unwrapping
  * **Graph Execution:** [Graph.start()](/node/runtime-reference/classes/graph_graph.Graph) now returns [ExecutionResult](/node/runtime-reference/interfaces/graph_graph.ExecutionResult) with execution details
  * **Unwrapped Types:** Cleaner [GoalAdvancement](/node/runtime-reference/classes/common_data_types_api_goal_advancement.GoalAdvancement) and [LLMChatRequest](/node/runtime-reference/classes/common_data_types_api_llm_chat_request.LLMChatRequest) interfaces
</Update>

<Update label="August 13, 2025" tags={["Node.js SDK", "Runtime"]}>
  ## Runtime

  * Publicly launched [Node.js Agent Runtime SDK](/node/quickstart), available via [npm](https://www.npmjs.com/package/@inworld/runtime)
  * Released templates including [Mulitmodal Companion](/node/templates/multimodal-companion) ([git](https://github.com/inworld-ai/multimodal-companion-node)) and [Comic Generator with MiniMax](/node/templates/comic-generator) ([git](https://github.com/inworld-ai/comic-generator-node))
  * Launched [Experiments](/portal/graph-registry), [Dashboards](/portal/dashboards), [Traces](/portal/traces), [Logs](/portal/logs), and LLM Playground on [Portal](https://platform.inworld.ai)
</Update>
