8000 AgentEngine fails to create session · Issue #1366 · google/adk-python · GitHub
[go: up one dir, main page]

Skip to content
AgentEngine fails to create session #1366
Open
@andrespch

Description

@andrespch

** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.

Describe the bug

my AgentEngine instance fails to create session, returns 404 error. The agent works when tested on the ADK web interface.

To Reproduce
Steps to reproduce the behavior:
Using google sample code below

  deployed_agent = vertexai.agent_engines.get(<AGENT_ID>)
  new_session = deployed_agent.create_session(user_id="test_user_final")

The agent instance is created correctly meaning the agent is found, but then calling deployed_agent.create_sessionresults in 404 The reasoning engine resource <RESOURCE_NAME> is not found.

Expected behavior
Session should be get created

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • MacOS
  • Python version(python -V): 3.10.4
  • ADK version(pip show google-adk): 1.3.0

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0