Omar Farooq
Omar Farooq16mo ago

Support for Rivet AI

https://rivet.ironcladapp.com/ this project has a neat IDE that lets you visually develop complex LLM workflows with generated code that can run those workflows in a nodejs environment. Can we get support for them for Convex Action Functions? Thank you!
Rivet
An open-source AI programming environment using a visual, node-based graph editor
5 Replies
ian
ian16mo ago
Could you store the project somewhere accessible from the action (in File Storage or via some API) and fetch the project on demand and run loadProjectFromString with the project contents, then runGraph? The hurdle here seems to just be that the file isn't in the Convex Action environment, or is there some other issue?
Omar Farooq
Omar FarooqOP16mo ago
We'll go ahead and try that workflow, mainly I wanted to know if there wasn't any glaring reasons for this to not be supported out of the box in Convex
ian
ian16mo ago
I haven't used it, so I'm not sure if there are other assumptions it makes about running locally in node.js (e.g. having a file system in general) - interested to hear how it goes! I'm a fan of GUIs for workflows when they're done well
Omar Farooq
Omar FarooqOP16mo ago
Okay, sounds good! Will let you know

Did you find this page helpful?