Uses of Class
com.google.adk.agents.ConfigAgentUtils.ConfigurationException
Packages that use ConfigAgentUtils.ConfigurationException
-
Uses of ConfigAgentUtils.ConfigurationException in com.google.adk.agents
Methods in com.google.adk.agents that throw ConfigAgentUtils.ConfigurationExceptionModifier and TypeMethodDescriptionstatic BaseAgentConfigAgentUtils.fromConfig(String configPath) Load agent from a YAML config file path.static LlmAgentLlmAgent.fromConfig(LlmAgentConfig config, String configAbsPath) Creates an LlmAgent from configuration with full subagent support.static com.google.common.collect.ImmutableList<BaseAgent> ConfigAgentUtils.resolveSubAgents(List<BaseAgentConfig.AgentRefConfig> subAgentConfigs, String configAbsPath) Resolves subagent configurations into actual BaseAgent instances. -
Uses of ConfigAgentUtils.ConfigurationException in com.google.adk.tools
Methods in com.google.adk.tools that throw ConfigAgentUtils.ConfigurationExceptionModifier and TypeMethodDescriptionstatic BaseToolBaseTool.fromConfig(BaseTool.ToolConfig config, String configAbsPath) Creates a tool instance from a config.static ExampleToolExampleTool.fromConfig(BaseTool.ToolArgsConfig args) Overload to match resolver which passes only ToolArgsConfig.static ExampleToolExampleTool.fromConfig(BaseTool.ToolArgsConfig args, String configAbsPath) Factory from YAML tool args. -
Uses of ConfigAgentUtils.ConfigurationException in com.google.adk.tools.mcp
Methods in com.google.adk.tools.mcp that throw ConfigAgentUtils.ConfigurationExceptionModifier and TypeMethodDescriptionstatic McpToolsetMcpToolset.fromConfig(BaseTool.ToolConfig config, String configAbsPath) Creates a McpToolset instance from a config.