AgentHub was open source when I first started it. I was really excited about the idea of people building their own integrations and fostering some sort of community around cool automations.
We noticed a few things though. 1. People who were most excited about no code did not want to contribute code to the project.
2. We were 95% open source because we were dealing with credentials and sensitive info on our hosted servers. This 5% of obfuscation was enough to make contributing annoying since you didn't totally understand how some pieces fit together.
3. We were adding new features and redesigning aspects of the system so often that it felt simpler to close it and accelerate. Features like node versioning and secure credential storage made it all quite difficult to maintain in an open way.
I do still love the idea though. Having people contribute their own integrations would be an absolute dream.
node-RED is one option that is Apache 2 licensed and has about 4800 plugins. Recently picked up a contract where node-RED was a requirement.
It is not specific to AI, but there are multiple nodes for ChatGPT etc. In the current project I build up a prompt using `template` nodes that include the `payload` from previous nodes in a chain. Although there are other ways of doing it. Then that is connected to the chatgpt node.
murb|2 years ago
We noticed a few things though. 1. People who were most excited about no code did not want to contribute code to the project. 2. We were 95% open source because we were dealing with credentials and sensitive info on our hosted servers. This 5% of obfuscation was enough to make contributing annoying since you didn't totally understand how some pieces fit together. 3. We were adding new features and redesigning aspects of the system so often that it felt simpler to close it and accelerate. Features like node versioning and secure credential storage made it all quite difficult to maintain in an open way.
I do still love the idea though. Having people contribute their own integrations would be an absolute dream.
unknown|2 years ago
[deleted]
airtonix|2 years ago
[deleted]
ex3ndr|2 years ago
kirubakaran|2 years ago
ilaksh|2 years ago
ilaksh|2 years ago
It is not specific to AI, but there are multiple nodes for ChatGPT etc. In the current project I build up a prompt using `template` nodes that include the `payload` from previous nodes in a chain. Although there are other ways of doing it. Then that is connected to the chatgpt node.
frabjoused|2 years ago