google / google/adk-web

adk web bug

Open
#30 7 comments 0 reactions 2 assignees Claimed by @kavinkumar807 View on GitHub
Dominant language
TypeScript
Stars
1k
Forks
267
Avg merge
1d 12h
Merged PRs (30d)
9

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.