adk-web icon indicating copy to clipboard operation
adk-web copied to clipboard

Images added in webUI are not added as artifacts

Open cjgammon opened this issue 7 months ago • 5 comments

Is your feature request related to a problem? Please describe. Accessing images added in webUI do not show up as artifacts. This forces extra work to be able to utilize them in the agent.

Describe the solution you'd like Create artifacts from uploaded images automatically

cjgammon avatar May 21 '25 15:05 cjgammon

I think you are talking about attachments right? Agent generated artifacts will be saved, but uploaded attachment current are not added to artifact. Could you elaborate how you utilize the attachments?

wyf7107 avatar May 22 '25 23:05 wyf7107

+1 for this feature request

I need to have access to user in adk-web submitted attachments, so we can prototype with adk-web agents that are using multimodal embedding models to perform semantic search for visual content.

Uploaded images need to be exposed somehow (as Artifacts or any other alternative) so we can call an embedding model for those images.

nansravn avatar May 29 '25 22:05 nansravn

We are working on this one, this is in our plan

wyf7107 avatar May 30 '25 04:05 wyf7107

I just hit this limitation. Is there no way to capture an attachment as an artifact today in adk web? We are trying to test an agent that can run analysis using custom tools on user-uploaded documents (like pdfs).

kevinohara80 avatar Jun 19 '25 17:06 kevinohara80

I've just encountered this issue. I used this SO workaround.

https://stackoverflow.com/questions/79665875/how-to-access-an-uploaded-video-article-from-google-adk-web-using-adk-tool

tldr Use before model callback to examine messages for files before it reaches the LLM

laurencejaywing avatar Sep 26 '25 13:09 laurencejaywing