Directories
ยถ
| Path | Synopsis |
|---|---|
|
Package agent provides entities to build agents using ADK.
|
Package agent provides entities to build agents using ADK. |
|
llmagent
Package llmagent provides a way to build LLM-based agents.
|
Package llmagent provides a way to build LLM-based agents. |
|
remoteagent
Package remoteagent allows to use a remote agent via A2A protocol.
|
Package remoteagent allows to use a remote agent via A2A protocol. |
|
workflowagents/loopagent
Package loopagent provides an agent that repeatedly runs its sub-agents for a specified number of iterations or until termination condition is met.
|
Package loopagent provides an agent that repeatedly runs its sub-agents for a specified number of iterations or until termination condition is met. |
|
workflowagents/parallelagent
Package parallelagent provides an agent that runs its sub-agents in parallel.
|
Package parallelagent provides an agent that runs its sub-agents in parallel. |
|
workflowagents/sequentialagent
Package sequentialagent provides an agent that runs its sub-agents in a sequence.
|
Package sequentialagent provides an agent that runs its sub-agents in a sequence. |
|
Package artifact provides a service for managing artifacts.
|
Package artifact provides a service for managing artifacts. |
|
gcsartifact
Package gcs provides a Google Cloud Storage (GCS) implementation of the artifact.Service interface.
|
Package gcs provides a Google Cloud Storage (GCS) implementation of the artifact.Service interface. |
|
cmd
|
|
|
adkgo
command
Adkgo is a CLI tool to help deploy and test an ADK application.
|
Adkgo is a CLI tool to help deploy and test an ADK application. |
|
adkgo/internal/deploy
Package deploy allows to run deployment-related subcommands.
|
Package deploy allows to run deployment-related subcommands. |
|
adkgo/internal/deploy/cloudrun
Package cloudrun handles command line parameters and execution logic for cloudrun deployment.
|
Package cloudrun handles command line parameters and execution logic for cloudrun deployment. |
|
adkgo/internal/root
Package root handles command line parameters
|
Package root handles command line parameters |
|
launcher
Package launcher provides ways to interact with agents
|
Package launcher provides ways to interact with agents |
|
launcher/console
Package console provides a simple way to interact with an agent from console application
|
Package console provides a simple way to interact with an agent from console application |
|
launcher/full
Package full provides easy way to play with ADK with all available options
|
Package full provides easy way to play with ADK with all available options |
|
launcher/prod
Package prod provides easy way to play with ADK with all available options without development support (no console, no ADK Web UI, just API and A2A )
|
Package prod provides easy way to play with ADK with all available options without development support (no console, no ADK Web UI, just API and A2A ) |
|
launcher/universal
Package universal provides an umbrella over launchers (console and web).
|
Package universal provides an umbrella over launchers (console and web). |
|
launcher/web
Package web provides a way to run ADK using a web server (extended by sublaunchers)
|
Package web provides a way to run ADK using a web server (extended by sublaunchers) |
|
launcher/web/a2a
Package a2a provides a sublauncher that adds A2A capabilities to the web server
|
Package a2a provides a sublauncher that adds A2A capabilities to the web server |
|
launcher/web/api
Package api provides a sublauncher that adds ADK REST API to the web server (using url /api/)
|
Package api provides a sublauncher that adds ADK REST API to the web server (using url /api/) |
|
launcher/web/webui
Package webui provides a sublauncher that adds ADK Web UI to the web server (using url /ui/)
|
Package webui provides a sublauncher that adds ADK Web UI to the web server (using url /ui/) |
|
examples
|
|
|
a2a
command
|
|
|
mcp
command
|
|
|
quickstart
command
|
|
|
rest
command
This example demonstrates how to use the ADK REST API handler directly with the standard net/http package, without relying on any specific router.
|
This example demonstrates how to use the ADK REST API handler directly with the standard net/http package, without relying on any specific router. |
|
tools/loadartifacts
command
|
|
|
tools/multipletools
command
|
|
|
vertexai/imagegenerator
command
Package main demonstrates how to create an agent that can generate images using Vertex AI's Imagen model, save them as artifacts, and then save them to the local filesystem.
|
Package main demonstrates how to create an agent that can generate images using Vertex AI's Imagen model, save them as artifacts, and then save them to the local filesystem. |
|
web
command
|
|
|
web/agents
Package agents contains sample agents to demonstate ADK Web Capabilities.
|
Package agents contains sample agents to demonstate ADK Web Capabilities. |
|
workflowagents/loop
command
|
|
|
workflowagents/parallel
command
|
|
|
workflowagents/sequential
command
|
|
|
workflowagents/sequentialCode
command
|
|
|
internal
|
|
|
cli/util
Package util provides helper functions for execution of commands and presenting their stderr and stdout in uniform way.
|
Package util provides helper functions for execution of commands and presenting their stderr and stdout in uniform way. |
|
httprr
Package httprr implements HTTP record and replay, mainly for use in tests.
|
Package httprr implements HTTP record and replay, mainly for use in tests. |
|
sessioninternal
Package tool defines internal-only interfaces and logic for tools.
|
Package tool defines internal-only interfaces and logic for tools. |
|
telemetry
Package telemetry sets up the open telemetry exporters to the ADK.
|
Package telemetry sets up the open telemetry exporters to the ADK. |
|
toolinternal
Package tool defines internal-only interfaces and logic for tools.
|
Package tool defines internal-only interfaces and logic for tools. |
|
toolinternal/toolutils
Package tool defines internal-only interfaces and logic for tools.
|
Package tool defines internal-only interfaces and logic for tools. |
|
typeutil
Package typeutil is a collection of type handling utility functions.
|
Package typeutil is a collection of type handling utility functions. |
|
Package memory defines the entities to interact with agent memory (long-term knowledge).
|
Package memory defines the entities to interact with agent memory (long-term knowledge). |
|
Package model defines the interfaces and data structures for interacting with LLMs.
|
Package model defines the interfaces and data structures for interacting with LLMs. |
|
gemini
Package gemini implements the model.LLM interface for Gemini models.
|
Package gemini implements the model.LLM interface for Gemini models. |
|
Package runner provides a runtime for ADK agents.
|
Package runner provides a runtime for ADK agents. |
|
Package server hosts protocol implementations to expose and serve ADK agents.
|
Package server hosts protocol implementations to expose and serve ADK agents. |
|
adka2a
Package adka2a allows to expose ADK agents via A2A.
|
Package adka2a allows to expose ADK agents via A2A. |
|
adkrest/controllers
Package controllers contains the controllers for the ADK-Web REST API.
|
Package controllers contains the controllers for the ADK-Web REST API. |
|
adkrest/internal/models
Package models defines the data structures for the REST API.
|
Package models defines the data structures for the REST API. |
|
adkrest/internal/routers
Package routers defines the HTTP routes for the ADK-Web REST API.
|
Package routers defines the HTTP routes for the ADK-Web REST API. |
|
adkrest/internal/services
Package services contains services defined for the ADK-Web REST API.
|
Package services contains services defined for the ADK-Web REST API. |
|
Package session provides types to manage user sessions and their states.
|
Package session provides types to manage user sessions and their states. |
|
Package telemetry allows to set up custom telemetry processors that the ADK events will be emitted to.
|
Package telemetry allows to set up custom telemetry processors that the ADK events will be emitted to. |
|
Package tool defines the interfaces for tools that can be called by an agent.
|
Package tool defines the interfaces for tools that can be called by an agent. |
|
agenttool
Package agenttool provides a tool that allows an agent to call another agent.
|
Package agenttool provides a tool that allows an agent to call another agent. |
|
exitlooptool
Package exitlooptool provides a tool that allows an agent to exit a loop.
|
Package exitlooptool provides a tool that allows an agent to exit a loop. |
|
functiontool
Package functiontool provides a tool that wraps a Go function.
|
Package functiontool provides a tool that wraps a Go function. |
|
geminitool
Package geminitool provides access to Gemini native tools.
|
Package geminitool provides access to Gemini native tools. |
|
loadartifactstool
Package loadartifactstool defines a tool for loading artifacts.
|
Package loadartifactstool defines a tool for loading artifacts. |
|
mcptoolset
mcptool package provides MCP adapter, allowing to add MCP tools to LLMAgent.
|
mcptool package provides MCP adapter, allowing to add MCP tools to LLMAgent. |
|
util
|
|
Click to show internal directories.
Click to hide internal directories.