Class App
java.lang.Object
com.google.adk.apps.App
Represents an LLM-backed agentic application.
An App is the top-level container for an agentic system powered by LLMs. It manages a
root agent (rootAgent), which serves as the root of an agent tree, enabling coordination
and communication across all agents in the hierarchy. The plugins are application-wide
components that provide shared capabilities and services to the entire system.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic App.Builderbuilder()name()com.google.common.collect.ImmutableList<? extends Plugin> plugins()
-
Method Details
-
name
-
rootAgent
-
plugins
-
eventsCompactionConfig
-
contextCacheConfig
-
builder
-