8000 Adk web show blank page · Issue #34 · google/adk-web · GitHub 8000
[go: up one dir, main page]

Skip to content
Adk web show blank page #34
@hkbb2014

Description

@hkbb2014

Describe the bug
I follow the sample and created a search assistant agent like this:

from google.adk.tools import google_search
root_agent = Agent(
    name="search_assistant",
    model="gemini-2.0-flash",
    instruction="You are a helpful assistant. Answer user questions using Google Search when needed.",
    description="An assistant that can search the web.",
    tools=[google_search]
)

I can run it by adk run multi_tool_agent command, but I when I run adk web, I see a blank black page. I can see that the request is received and return 200 ok, but the page is just blank. I don't know what happen.

To Reproduce
Steps to reproduce the behavior:

  1. Follow quickstart to setup the folder and files, add .env file, add agent.py.
  2. Activate python virtual environment
  3. Go to parent directory and execute adk web, adk server started successfully
  4. I visit http://127.0.0.1:8000/dev-ui, http://localhost:8000/dev-ui, all give me a black blank page. I tried incognito mode, and different browsers, not working at all.

Expected behavior
I expected a web interface

Screenshots

Image

Desktop (please complete the following information):

  • OS: windows 11
  • Python version(python -V): 3.10.6
  • ADK version(pip show google-adk): 0.1.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0