Class ParallelAgentConfig
java.lang.Object
com.google.adk.agents.BaseAgentConfig
com.google.adk.agents.ParallelAgentConfig
Configuration for ParallelAgent.
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseAgentConfig
BaseAgentConfig.AgentRefConfig, BaseAgentConfig.CallbackRefModifier and TypeClassDescriptionstatic classConfiguration for referencing other agents (subagents).static classReference to a callback stored in the ComponentRegistry. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseAgentConfig
afterAgentCallbacks, agentClass, beforeAgentCallbacks, description, name, setAfterAgentCallbacks, setAgentClass, setBeforeAgentCallbacks, setDescription, setName, setSubAgents, subAgentsModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<BaseAgentConfig.CallbackRef> com.google.common.collect.ImmutableList<BaseAgentConfig.CallbackRef> name()voidsetAfterAgentCallbacks(List<BaseAgentConfig.CallbackRef> afterAgentCallbacks) voidsetAgentClass(String agentClass) voidsetBeforeAgentCallbacks(List<BaseAgentConfig.CallbackRef> beforeAgentCallbacks) voidsetDescription(String description) voidvoidsetSubAgents(List<BaseAgentConfig.AgentRefConfig> subAgents) com.google.common.collect.ImmutableList<BaseAgentConfig.AgentRefConfig>
-
Constructor Details
-
ParallelAgentConfig
public ParallelAgentConfig()
-