How to transfer the data fetched by an agent to the another agent

Hi ,
How to transfer the data fetched by an agent to the another agent ? Does it work automatically ? or shall I have to add any code explicitly ?

Example : I have fetched the historical price using finance tool agent and want to plot using python tool and summarize these information in streamlit app

Hi @nirmalya
Thank you for reaching out and using Phidata! I’ve tagged the relevant engineers to assist you with your query. We aim to respond within 48 hours.
If this is urgent, please feel free to let us know, and we’ll do our best to prioritize it.
Thanks for your patience!

Hi @nirmalya
You can build a multi-agent streamlit app and take the responses from one agent and pass to another.
See this cookbook