Fixed Data Source

Dear Team,

Is there a way to upload content to a Data Source that can later be shared and used by different agents? I could not find it in the docs.

Hi @raznas,

Thanks for the post!

Right now, Data Sources are applied at the Agent level. As a workaround, you can create multiple workflows within the same Agent. This lets you handle different tasks while still giving each workflow access to the same Data Sources.

Let me know what you think!

Thanks a lot @Alex_MindStudio

I will try from another angle. Maybe you can help me find a solution for my needs.
One of the challenges I have is the user content memory. I am looking for a way to allow one of the models to learn my writing style and tone so it will help me create content of “myself”. I am able to do it in a single workflow but how can I keep it persistent as a variable or data store to be used on the next run (without “teaching” the model from scratch again) or from another workflow \ agent.

Any way to achieve that? Do you have any examples of this?

Please let me know,
Shlomi

Hi @raznas,

Thanks for the additional details!

Based on what you described, Global Variables might be a good fit.

Here’s how to set one up:

  1. Add a Display Content block
  2. Reference the variable with the data you want to save in the Message field
  3. Set the Output Behavior to “Save to variable”
  4. Enter the global variable using this format: global.yourVariable

Here’s a sample Agent you can remix to see how it works:
https://app.mindstudio.ai/agents/detect-website-changes-basic-e03f83e4/remix

Would you be able to share a Loom showing how you teach the models? It’d give me a better sense of how you’re teaching models and how this can be replicated in a simpler way.