What Templates would you like to see?

Post ideas and upvote please!

4 Likes

Dynamic inputs

1 Like

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.

4 Likes

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.

3 Likes

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.

1 Like

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.

2 Likes

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.

1 Like

I’m going to reply to this comment from @RomanKos because this is definitely something I would like to see as well.