Description
After deploying an agent with adk deploy agent_engine, the generated console URL uses an incorrect path.
Steps to reproduce
adk deploy agent_engine --project=$GOOGLE_CLOUD_PROJECT --region=us-central1 --display_name="Data Science Agent" --trace_to_cloud --otel_to_cloud data_science_agent
Expected behavior
The generated URL should be:
https://console.cloud.google.com/vertex-ai/agents/agent-engines/locations/us-central1/agent-engines/<ID>/playground?project=<PROJECT>
Actual behavior
The generated URL is:
https://console.cloud.google.com/agent-platform/runtimes/locations/us-central1/agent-engines/<ID>/playground?project=<PROJECT>
The path agent-platform/runtimes should be vertex-ai/agents/agent-engines.
Environment
- google-adk version: 1.30.0
- Python: 3.11
- OS: macOS
Description
After deploying an agent with
adk deploy agent_engine, the generated console URL uses an incorrect path.Steps to reproduce
Expected behavior
The generated URL should be:
Actual behavior
The generated URL is:
The path
agent-platform/runtimesshould bevertex-ai/agents/agent-engines.Environment