Replies: 2 comments
-
Any update? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are making a change to automatically reload adk web upon agent code change. Should be in next week's release. Stay tuned! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Done plenty of dev wuth uvicorn and it happily reloads just fine but there's either something about my environment or adk as when using the --reload flag nothing happens. I can see it's passed to the uvicorn config in the source.
I've tried a .py file in the same directory and still no dice, but I would expect it to monitor all subdirectories below where it was started so any changes to agents would be picked up.
Just wonder what other peoples experiences are and what potentially could be my issue.
Beta Was this translation helpful? Give feedback.
All reactions