eliasecchig

Results 45 comments of eliasecchig

Hi! This is strange! Can you go in cloud logging and see if you are able to spot more info on the issue? I would need to see the stacktrace...

Hi - for playground - I assume you are referring to a sample using Langgraph? In general the right format is like: `projects/321369683173/locations/us-central1/reasoningEngines/6057064421883112568`

Thanks a lot for flagging this, I also noticed that there was a bug in the makefile. I fixed it in #209 - hope that this works!

thanks so much for raising it @fabrizioamort ! I extended your work in #648 to cover some of the missing commands being used! Thanks a lot again! Let me know...

Perfect! Merged, closing this. I aim to make a release later in the day

Hi! Are you referring to samples using Langgraph / Live APi? Cause for the rest of the samples we leverage the prebuilt Fast APi offered by ADK

Thanks a lot @dan-hansen - will look at it and see if the code needs editing!

adk_gemini_fullstack and all the other adk agents actually do deploy the frontend as well. see [this line](https://github.com/GoogleCloudPlatform/agent-starter-pack/blob/main/src/deployment_targets/cloud_run/app/server.py#L48) The detail is that Cloud Run is not deployed with Identity Aware proxy...

I see! for samples like Gemini Fullstack, we added this documentation to allow for deployment! https://googlecloudplatform.github.io/agent-starter-pack/guide/deploy-ui.html It's also possible to do in a more structure manner, by mounting the static...