Post ideas and upvote please!
Dynamic inputs
Extending/updating RAG during workflow with user inputs but also with AI generated outputs and even additional data sources would be useful for better future responses, feedback loop and more personalized use cases.
We do have dynamic sources and dynamic inputs!
When you use the ātext choiceā input type, youāll see a new field at the bottom to add a JSON structure. You can have an AI generate that JSON and then add it as a source. Our āDeep Researchā agent uses this feature, so feel free to copy that in your workspace and edit it to replicate. We have a great answer from Simon here too.
You can also create dynamic variables. You can read more about how they work in our docs here.
Iād like to have the architecture for MindStudio.ai to understand the reasoning for the workflows that your team creates. I hope to better understand how the internals work, so I can build better solutions.
Iād like to see basic logic templates or handlebar template, like āIf this, then that, else do thisā. Sort of a reference cheat sheet with images that I can quickly look up and be like āah yes thatās how I was supposed to do thatā.
Just basic stuff how to set up these things:
- If/else (if data/global variable already exists)
- If/else (does user have to log in first)
- Iterate loop (process these things, then move on)
- Loop+Break (keep doing this until this event happens)
- Run blocks in parallel
Common things like this. Currently feels like I need to dig inside the agents, hoping to find the one does something what Iām looking for, but in the process making a bunch of unnecessary copies because they werenāt the right one.
Id like to see basic templates or series of templates aimed at creating ai for editing code. A quick run down on how to integrate it into an app and use it to edit code.
Iām going to reply to this comment from @RomanKos because this is definitely something I would like to see as well.