Uses of Class
com.google.genkit.ai.agent.CustomAgentConfig
Packages that use CustomAgentConfig
Package
Description
This package provides types for the Genkit agents feature, including enums and models for agent
state snapshots, agent execution lifecycle, and agent-related operations.
-
Uses of CustomAgentConfig in com.google.genkit
Methods in com.google.genkit with parameters of type CustomAgentConfigModifier and TypeMethodDescription<S> Agent<S> GenkitBeta.defineCustomAgent(CustomAgentConfig<S> config, AgentFn<S> fn) Defines a custom agent from an explicitCustomAgentConfigandAgentFn. -
Uses of CustomAgentConfig in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return CustomAgentConfigModifier and TypeMethodDescriptionCustomAgentConfig.Builder.build()Builds theCustomAgentConfig. -
Uses of CustomAgentConfig in com.google.genkit.ai.agent.internal
Methods in com.google.genkit.ai.agent.internal with parameters of type CustomAgentConfigModifier and TypeMethodDescriptionstatic <S> Agent<S> AgentActions.defineCustomAgent(Registry registry, CustomAgentConfig<S> config, AgentFn<S> fn) Defines a custom agent, registers it (and any companion actions) with the registry, and returns the agent instance.