ADK Sample Code Does not Compile
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"
@dpasiukevich Can we cut a new release at this point and fix everything in the docs?
cc @tpryan @ivanmkc
We've released v0.2.0 on Friday and the docs are updated in https://github.com/google/adk-docs/pull/967