Replies: 8 comments
-
Also tried with |
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
-
can you change init.py to __ init __.py? Also have you tried running just 'adk web'? we are using this at work and it's oddly stupid. |
Beta Was this translation helpful? Give feedback.
-
Thanks, and my bad - I wrote init.py but the file was correctly named init.py starting in the agent dir with |
Beta Was this translation helpful? Give feedback.
-
Ah ok looks like I had probably written it right but markdown is eating the underscores and needs to be escaped |
Beta Was this translation helpful? Give feedback.
-
moving to discussions as it seems to be a set up issue rather than an ADK bug. |
Beta Was this translation helpful? Give feedback.
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: The issue is likely due to either running on an unsupported Python version (3.13.7) or a known problem with
|
Beta Was this translation helpful? Give feedback.
-
Following. i am also running into the same issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.
Describe the bug
Running
adk web my_agent
loads ui but shows "Warning: No agents found in current folder." and agent is not available in dropdown. Runningadk run my_agent
works fine, running code in init.py loads things fine as well.To Reproduce
Please share a minimal code and data to reproduce your problem.
Steps to reproduce the behavior:
init.py:
from .agent import root_agent
agent.py:
adk web my_agent
Expected behavior
Web UI should show my agent and allow me to interact with it.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Model Information:
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions