Uses of Class
com.google.genkit.ai.AgentConfig
Packages that use AgentConfig
-
Uses of AgentConfig in com.google.genkit
Methods in com.google.genkit with parameters of type AgentConfigModifier and TypeMethodDescriptionGenkit.defineAgent(AgentConfig config) Defines an agent that can be used as a tool in multi-agent systems. -
Uses of AgentConfig in com.google.genkit.ai
Methods in com.google.genkit.ai that return AgentConfigModifier and TypeMethodDescriptionAgentConfig.Builder.build()Builds the AgentConfig.Agent.getConfig()Gets the agent configuration.AgentHandoffException.getTargetAgentConfig()Gets the configuration of the target agent.Methods in com.google.genkit.ai that return types with arguments of type AgentConfigModifier and TypeMethodDescriptionAgent.getAgents()Gets the sub-agents.AgentConfig.getAgents()Gets the sub-agents (agents that can be delegated to).Method parameters in com.google.genkit.ai with type arguments of type AgentConfigModifier and TypeMethodDescriptionAgentConfig.Builder.agents(List<AgentConfig> agents) Sets the sub-agents.voidAgentConfig.setAgents(List<AgentConfig> agents) Sets the sub-agents.Constructors in com.google.genkit.ai with parameters of type AgentConfigModifierConstructorDescriptionAgent(AgentConfig config) Creates a new Agent.AgentHandoffException(String targetAgentName, AgentConfig targetAgentConfig, Map<String, Object> handoffInput) Creates a new AgentHandoffException.