adk-go icon indicating copy to clipboard operation
adk-go copied to clipboard

ADK Sample Code Does not Compile

Open xbill9 opened this issue 1 month ago • 1 comments

The Adk GO Sample Code on this page:

https://google.github.io/adk-docs/get-started/go/#create-an-agent-project

Does not Compile with the ADK 0.2.0 updates.

When I run go mod tidy:

go: a2a-gemini3-go imports google.golang.org/adk/cmd/launcher/adk: module google.golang.org/adk@latest found (v0.2.0), but does not contain package google.golang.org/adk/cmd/launcher/adk go: a2a-gemini3-go imports google.golang.org/adk/server/restapi/services: module google.golang.org/adk@latest found (v0.2.0), but does not contain package google.golang.org/adk/server/restapi/services

in the source of the example these are included:

"google.golang.org/adk/cmd/launcher/adk"
"google.golang.org/adk/server/restapi/services"

xbill9 avatar Nov 21 '25 18:11 xbill9

@dpasiukevich Can we cut a new release at this point and fix everything in the docs?

cc @tpryan @ivanmkc

rakyll avatar Nov 22 '25 04:11 rakyll

We've released v0.2.0 on Friday and the docs are updated in https://github.com/google/adk-docs/pull/967

dpasiukevich avatar Nov 24 '25 15:11 dpasiukevich