-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
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"
omid9h
Metadata
Metadata
Assignees
Labels
No labels