adk web bug
new start with google adk, when run adk run web , get the error
code
root_agent = LlmAgent(
name="weather_time_agent",
model=LiteLlm(model="deepseek/deepseek-chat"),
description=(
"Agent to answer questions about the time and weather in a city."
),
instruction=(
"You are a helpful agent who can answer user questions about the time and weather in a city."
),
tools=[get_weather, get_current_time],
)
@liujianglc can you try with this command adk web <agent-folder-name> and let me know if this works
Please follow the quickstart here: https://google.github.io/adk-docs/get-started/quickstart/#run-your-agent to run your agent. If you want to run the web UI, use adk web with an option to append parent folder
@liujianglc can you try with this command
adk web <agent-folder-name>and let me know if this works
still not work, I wrote the code follow the quick start
@wyf7107 if this is valid for contribution, please assign this to me. I’m happy to help
@kavinkumar807 Thank you and yes
@wyf7107 Thanks, will look into this.
@liujianglc The issue is not replicable with quickstart. It is working fine for me with model="gemini-2.0-flash" model.
I've noticed that you've used model=LiteLlm(model="deepseek/deepseek-chat")
can you provide me with the exact steps to replicate this??