[Agent Engine] Plugin not invoked when deploying with ADK 1.15.1 #3087
Unanswered
RebeccaPangras
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m running into an issue where an ADK plugin works fine locally (via adk web and adk api_server), but does not get invoked when deployed to Agent Engine.
Environment
agent.py
runner.py
deploy.py
custom_plugin.py
How I tested
What I expect
The
LoggerPlugin
to be invoked in the deployed Agent Engine instance, same as when I run locally.What actually happens
I verified by sending a http message to the deployed Agent Engine endpoint. The request succeeds, but
the plugin is not triggered at all in the deployed environment.
Works fine with
adk web
andadk api_server
.Related issue
#2636
Is plugin support in Agent Engine expected to work the same way as local ADK runners, or does it require different setup?
Beta Was this translation helpful? Give feedback.
All reactions