Skip to content
Discussion options

You must be logged in to vote

Response from ADK Answering Agent (experimental, answer may be inaccurate)

TLDR: The most robust way to resolve this is to build your project into a standard Python wheel (.whl) file and pass the path to that wheel in the extra_packages argument of agent_engines.create(). This ensures your agents and core modules are properly installed in the deployment environment.


Hello @this-dave, thank you for the detailed question. This is a great question about Python packaging and deployment, which can be tricky. Here’s a breakdown of the issue and our recommended solution.

The Problem: Python Path on Agent Engine

When you run your code locally, your environment (like Poetry or your IDE) often add…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hangfei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
2 participants