8000 adk web bug · Issue #30 · google/adk-web · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
adk web bug #30
Open
Open
@liujianglc

Description

@liujianglc

new start with google adk, when run adk run web , get the error

Image

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],
)

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0