Request for Guidance on Sharing Data Between Assistants in Different Sandboxes

Saeed Misaghian 0 Reputation points
2025-02-27T21:04:13.01+00:00

Hi Support Team,

I am working with two assistants (

from autogen_agentchat.agents import AssistantAgent

`), each having their own agent and access to various tools such as code interpreters and functions.

However, I'm facing a challenge when it comes to sharing data (such as a DataFrame) between the two assistants.

The flow is as follows:

  1. Assistant 1 generates a DataFrame (let's call it df).
  2. Assistant 2 needs access to the same df in order to perform further operations, but since the assistants operate in different sandboxes, Assistant 2's agents cannot access the data generated by Assistant 1.

I tried using Azure Blob Storage as a potential solution to upload and download the data between the assistants, but the agents are failing to upload the data into the blob storage despite having defined an upload function.

Could you please provide guidance on the following:

  1. What is the best method to share data securely between assistants in different sandboxes?
  2. Are there alternative data exchange mechanisms I could implement (e.g., via shared cloud storage, APIs, or direct data transfer)? Thanks Saeed
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,174 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.