v1.1.0

Ironclad/rivetv1.1.0Sep 6, 2023by abrenneke

AI Summary

This release adds the ability to run a graph to a specific node and stop there using `runToNodeIds` in both `GraphProcessor` and `dynamicGraphRun`. It also improves the User Input node by allowing it to coerce input types into strings for user-facing questions.

Key Highlights

  • Added `runToNodeIds` support in `GraphProcessor` for partial graph execution
  • Added `runToNodeIds` support in `dynamicGraphRun` for partial graph execution
  • User Input node can now coerce input types to strings for user questions

New Features

  • Support for `runToNodeIds` in `GraphProcessor` - allows running a graph to a certain point but no further
  • Support for `runToNodeIds` in `dynamicGraphRun` - allows running a graph to a certain point but no further
  • User Input node can coerce its input type into a string for the user's question

Full Release Notes

## 1.1.0

* Support `runToNodeIds` in `GraphProcessor` and `dynamicGraphRun`, allowing a graph to run to a certain point, but no further. 
* User Input node can coerce its input type into a string for the user's question they see.