Uses of Class
com.google.genkit.ai.agent.Agent
Packages that use Agent
-
Uses of Agent in com.google.genkit
Methods in com.google.genkit that return AgentModifier and TypeMethodDescription<S> Agent<S> GenkitBeta.defineAgent(AgentConfig<S> config) Defines an ergonomic, prompt-backed agent.<S> Agent<S> GenkitBeta.defineCustomAgent(CustomAgentConfig<S> config, AgentFn<S> fn) Defines a custom agent from an explicitCustomAgentConfigandAgentFn.<S> Agent<S> GenkitBeta.definePromptAgent(AgentConfig<S> config) Defines an agent backed by a registered prompt. -
Uses of Agent in com.google.genkit.ai.agent.internal
Methods in com.google.genkit.ai.agent.internal that return AgentModifier 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.Constructors in com.google.genkit.ai.agent.internal with parameters of type AgentModifierConstructorDescriptionInProcessTransport(Agent<S> agent, ActionContext ctx) Constructs an in-process transport.