Class BaseAgentConfig
java.lang.Object
com.google.adk.agents.BaseAgentConfig
- Direct Known Subclasses:
LlmAgentConfig
Base configuration for all agents with subagent support.
TODO: Config agent features are not yet ready for public use.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfiguration for referencing other agents (subagents). -
Constructor Summary
ConstructorsConstructorDescriptionBaseAgentConfig(String name, String description, String agentClass) Constructor with basic fields. -
Method Summary
Modifier and TypeMethodDescriptionname()voidsetAgentClass(String agentClass) voidsetDescription(String description) voidvoidsetSubAgents(List<BaseAgentConfig.AgentRefConfig> subAgents)
-
Constructor Details
-
BaseAgentConfig
public BaseAgentConfig() -
BaseAgentConfig
-
-
Method Details
-
name
-
setName
-
description
-
setDescription
-
agentClass
-
setAgentClass
-
subAgents
-
setSubAgents
-