This looks really cool! I really think an idea of a proper UI tool to chain different tools together is nice. https://flowiseai.com/ seems to be the most similar, but it's quite a bit more technical, and doesn't seem to be focused on doing the whole thing by itself - rather, you can create chains that can then be used through APIs.
Nice work. I'm trying to build something similar, yet different:
FlowFlow.AI: Automate your core business workflows by defining step-by-step tasks and follow up actions for the AI agent to execute.
- The AI agent decides the appropriate next step in the workflow based on one of the predefined conditions.
- Keeps the AI in control within the boundaries of your complex workflows.
- Use the FlowFlow API or Python/JS packages to interact with the workflows in your code.
FlowFlow.AI is almost ready for the beta launch. :-)
Found one problem - when I get a really big json (e.g. https://a.4cdn.org/g/catalog.json, sorry for a 4chan example), I can't pass it into the code block because I get "{ "error": "limits.read.size", "message": "Failed while reading stream: Max output size exceeded (100000 bytes)" }"
I've just increased the limit to 1MB on our test box, which should be sufficient for your file (424KB), but it will take awhile to get the code runners switched over to the new image.
Update: You should be good to go now, all the instances have been replaced.
I really hope you open-source this :)