rivet icon indicating copy to clipboard operation
rivet copied to clipboard

The open-source visual AI programming environment and TypeScript library

Results 121 rivet issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

### What happened? I have a subgraph that is succesfully running, but the output of the subgraph returns that it has 4x not run instead. ![image](https://github.com/Ironclad/rivet/assets/149181237/585a4f8f-e1e1-4424-b45b-664e0e7e4055) Looks like if the...

bug

### 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...

enhancement

### 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...

enhancement

### 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. ###...

bug

### 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...

enhancement

### 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...

bug

### 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...

enhancement

### 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...

enhancement