Google ADKgoogle-adk · Python 3.10+
1
Curious builder0 XP earned · 300 to level 2
0 daysFinish a lesson to begin
Badge collection0 of 6 unlocked
14 small wins to finish your pathNext lesson

Running it locally

Two ways to talk to your agent, both included.

In the terminal

bash
adk run my_agent

In the browser

bash
adk web --port 8000

The web UI gives you a chat window plus a trace of every model call and tool call. It is the reason ADK is pleasant to build with.

Run it from the parent folder
adk web expects to be run from the directory containing my_agent/, not from inside it.

Slow is fine. Stopping is the only problem.