Replies: 3 comments
|
Any update? |
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! |
0 replies
|
@gbmerrall The fix wyf7107 mentioned did ship, just as its own flag: use adk web --reload_agents instead of the generic uvicorn --reload which was never going to pick up agent changes the way you'd expect. It's been kept in good shape too with fixes as recently as last month. Closing this out since it looks addressed, feel free to reopen or comment if you're still running into it. |
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.
All reactions