Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Feature]: Improve Passthrough node to accept input from both sides #348

Open ai-made-approachable opened 5 months ago

ai-made-approachable commented 5 months ago

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 the left. See the passthrough in my picture. It does not really help.

I suggest being able to configure where the input/output is (left, right).

image

Code of Conduct

abrenneke commented 4 months ago

Unfortunately that'll require a huge refactor of how the wires work, so I don't think I'll get to this any time soon :/