-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
agent engine[Component] This issue is related to Vertex AI Agent Engine[Component] This issue is related to Vertex AI Agent Engine
Description
I can deploy agent to Vertex AI using adk in 1.17.0 with this command:
--project=$PROJECT_ID \
--region=$LOCATION \
--staging_bucket=$STAGING_BUCKET \
--display_name="$AGENT_NAME" \
ArchitectureAgent
However if I update to 1.18.0 and above
pip install google-adk==1.18.0
deployment will fail with this message:
Deploy failed: Failed to create Agent Engine: {'code': 3, 'message': 'Reasoning Engine resource [projects/{redacted_project_ID}/locations/europe-west2/reasoningEngines/{redacted_agent_ID}] failed to start and cannot serve traffic. Please refer to our documentation (https://cloud.google.com/vertex-ai/generative-ai/docs/agent-engine/troubleshooting/deploy) for checking logs and other troubleshooting tips.'}
Still I have other issues with running agent even 1.17 that might or might not be related, but my guess is it shouldn't influence deployment.
Metadata
Metadata
Assignees
Labels
agent engine[Component] This issue is related to Vertex AI Agent Engine[Component] This issue is related to Vertex AI Agent Engine