You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): improve error message when adk web is run in wrong directory
Enhances the AgentLoader error message to help users who run 'adk web'
from incorrect directories. This issue affected multiple teams during
internal workshops when getting started with ADK.
Changes:
- Adds visual directory structure diagram to error message
- Includes explicit 'adk web <agents_dir>' usage example
- Detects when user is inside an agent directory and provides
targeted hint to run 'adk web .' from parent directory
Fixes#3195
0 commit comments