eliasecchig
eliasecchig
Thanks for your contribution! On Cloud Run side, .env files should be already auto loaded by ADK Server. Do you not find this working?
Raised and merged this to fill the gap on Agent Engine, please let me know if it looks good! https://github.com/GoogleCloudPlatform/agent-starter-pack/pull/552
Hi! This is due a current limitation on certain resources being automatically created by terraform for a given project name. Specifically each service account needs to be maximum 30 characters,...
Bug is coming from Agent Engine SDK. Google Engineering team is already addressing this.
This is now fixed as "google-cloud-aiplatform>=1.128.0" introduced the fix. All new samples should be working. For previous samples, please updated the version e.g `uv add google-cloud-aiplatform>=1.128.0`
You are right, this commit wasn't picked up yet in 1.128.0: https://github.com/googleapis/python-aiplatform/commit/d9f6c58a2315352b41cf763646243229a3fe5059
✅ Temporary Workaround Available In your project, upgrade to the latest SDK from git: ```bash uv add "google-cloud-aiplatform[adk,agent_engines] @ git+https://github.com/googleapis/python-aiplatform.git" ``` The rerun deployment e.g `make deploy` This will be...
Introduced a temporary patch, so that the registration command will suggest the workaround. Added to version `0.21.2`
Thanks a lot for raising this. Agreed, it's something we can definitely consider. We are in the process of defining an improved contribution guide in case you want to contribute!
cc @kweinmeister - thanks for raising!