I want to generate charts through ADK agents located in Agent engine and show them to the users as agent responses

I want to generate charts through ADK multi-agents located in Agent engine and show them to the users as agent responses. I guess that I need to save them into the cloud storage, since files inside Agent-engine are not available. Any tips or sample codes for it?

Hey @soonho.kim

cool question for the Build with AI > Agents channel!

To manage your chart data and assets, use the Artifact Service in the ADK, pointing it to your Cloud Storage bucket: Artifact Service Documentation.

For building the charts dynamically, definitely leverage our recently released Agent Engine Code Execution. This lets your agent run Python code to generate visualizations. Check the sample here: Code Execution Notebook.

Let me know your results. I can quickly build a dedicated sample if needed!