Skip to content

Rivet IDE v1.10.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 21:19

New Features

  • New Node: To Tree! Converts a tree of objects into an ASCII tree, perfect for LLMs to parse.
  • New Node: Loop Until! Loops a subgraph until a condition is met. Simpler loops than the Loop Controller!
  • Interpolation functions! Now you can do {{text | indent 2}} or {{text | trim}} in your Text and Prompt nodes. Available functions are: indent [N], quote [N], uppercase, lowercase, trim, truncate, list [N], sort, dedent, and wrap [N]!

Changes & Bug Fixes

  • Large string arrays will be trimmed, improving performance.
  • Read Directory Node outputs a tree, for the To Tree node to parse.
  • Fix final partial output from Chat Node not appearing.
  • Fix double-system-prompt for Chat Node, when it's fed a messages list and a system prompt. (System Prompt port takes priority).
  • Fix installing NPM plugins.