Skip to content

ADK Sample Code Does not Compile #333

@xbill9

Description

@xbill9

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions