Skip to content

adk deploy agent_engine generates incorrect console URL #5336

@ivanmkc

Description

@ivanmkc

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

Metadata

Metadata

Assignees

Labels

agent engine[Component] This issue is related to Vertex AI Agent Engine

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions