rivet

The open-source visual AI programming environment and TypeScript library

MIT License

Stars
2.3K

Bot releases are hidden (Show)

rivet - Rivet IDE v1.0.1

Published by abrenneke about 1 year ago

Changes:

  • Fix stray connections when editing a node so that all connections are always valid (#92)
  • Windows support
rivet - Rivet IDE v1.0.0

Published by abrenneke about 1 year ago

  • rivet-core 1.1.0
  • When right clicking on a node, you can choose "Run To Here" to run the graph to that specific node, and only that node
  • Remove unimplemented test cases tab from node editor
  • Fix some issues with plugin enabling/disabling causing errors
  • Revamp the settings modal to have tabs
  • Re-enable the autoevals plugin
  • Plugin settings can support helper text
rivet - Rivet Libraries v1.1.0

Published by abrenneke about 1 year ago

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.
rivet - Rivet Libraries v1.0.1

Published by abrenneke about 1 year ago

  • Fix package.json license fields.
rivet - Rivet Libraries v1.0.0

Published by abrenneke about 1 year ago

Stabilizing the API and moving to semver. No notable changes in this version.

rivet - Rivet IDE v0.4.0

Published by abrenneke about 1 year ago

Changes

  • Dev tools are enabled in releases now
  • Add dev tools toggle to help menu
  • Remote debugger accessible via F5 key
  • Loading a recording accessible via (Cmd/Ctrl+Shift+O)
  • When viewing the full-screen output for a node, markdown parsing is possible for more node types now
  • Improved top-right buttons on full-screen node output view
  • Fixed hover area on output ports on nodes to not be so big
  • When aborting a recording, nodes are no longer shown as "running"
  • Fixed adding test cases in Trivet
rivet - Rivet Libraries v0.15.2

Published by abrenneke about 1 year ago

Changes

  • Can abort GraphProcessor during replay
  • Improve performance of NodeRegistration
  • Plugins can define secret configuration
  • Fix AudioNode title
  • Support and/or/xor/nand/nor/xnor in CompareNode
  • Fix PromptNode not deduplicating input names
  • Add complete AssemblyAI plugins
rivet - Rivet IDE v0.2.0

Published by abrenneke about 1 year ago