rivet
rivet copied to clipboard
The open-source visual AI programming environment and TypeScript library
### Feature Request It would be really useful for blugin development for `context.project.graphs[graphRef.graphId].metadata` or the nodes `graph.nodes` to have date when that subgraph was last updated or modified. i have...
### Feature Request I think the best use case for passthrough node is to make loop controller integrations cleaner. BUT that does not work, as you can only input from...
### What happened? I have a subgraph that is succesfully running, but the output of the subgraph returns that it has 4x not run instead.  Looks like if the...
### Feature Request Same as code node regex node is a bit complicated for many users and ChatGPT also often generates regex that cannot directly be used. So it would...
### Feature Request Open AI has an endpoint to get the models. Why are we not using this in the models selection for the Chat node? This should ensure that...
### What happened? I have an array of chat messages that include function calls that I append to a dataset. Data studio shows an empty cell for function calls. ###...
### Feature Request Allow to input extra arguments in the Chat node. I want to set `min_p` in LM Studio, or `logit_bias` in OpenAI API, for example. ### Code of...
### What happened? A bug happened! ### What was the expected functionality? Rivet did not work as expected! ### Describe your environment MacOS, Node 14.0.0, etc. ### Relevant log output...
### Feature Request I think it would be seriously helpful if "Graphs", "Graph Info", "Project" would be extended by an "Elements" or "Nodes" tab Use-cases which come spontaenously to my...
### Feature Request When adding to a bigger graph, appending/iterating on new functionality can mean waiting a good while to test a minor change. I know there's caching, but if...