Uses of Class
com.google.adk.agents.BaseAgentConfig
Packages that use BaseAgentConfig
-
Uses of BaseAgentConfig in com.google.adk.agents
Subclasses of BaseAgentConfig in com.google.adk.agentsModifier and TypeClassDescriptionclassConfiguration for LlmAgent.classConfiguration for LoopAgent.classConfiguration for ParallelAgent.classConfiguration for SequentialAgent.Methods in com.google.adk.agents with parameters of type BaseAgentConfigModifier and TypeMethodDescriptionstatic BaseAgentBaseAgent.fromConfig(BaseAgentConfig config, String configAbsPath) Creates a new agent instance from a configuration object.static voidConfigAgentUtils.resolveAndSetCommonAgentFields(BaseAgent.Builder<?> builder, BaseAgentConfig config, String configAbsPath) Configures the common properties of an agent builder from the configuration.static voidConfigAgentUtils.setBaseAgentCallbacks(BaseAgentConfig config, Consumer<com.google.common.collect.ImmutableList<com.google.adk.agents.Callbacks.BeforeAgentCallbackBase>> beforeSetter, Consumer<com.google.common.collect.ImmutableList<com.google.adk.agents.Callbacks.AfterAgentCallbackBase>> afterSetter) Sets the common agent callbacks (before/after agent) from the config to the builder setters.