Uses of Class
com.google.adk.agents.LoopAgent.Builder
Packages that use LoopAgent.Builder
-
Uses of LoopAgent.Builder in com.google.adk.agents
Methods in com.google.adk.agents that return LoopAgent.BuilderModifier and TypeMethodDescriptionLoopAgent.Builder.afterAgentCallback(Callbacks.AfterAgentCallback afterAgentCallback) LoopAgent.Builder.afterAgentCallback(List<com.google.adk.agents.Callbacks.AfterAgentCallbackBase> afterAgentCallback) LoopAgent.Builder.beforeAgentCallback(Callbacks.BeforeAgentCallback beforeAgentCallback) LoopAgent.Builder.beforeAgentCallback(List<com.google.adk.agents.Callbacks.BeforeAgentCallbackBase> beforeAgentCallback) static LoopAgent.BuilderLoopAgent.builder()LoopAgent.Builder.description(String description) LoopAgent.Builder.maxIterations(int maxIterations) LoopAgent.Builder.maxIterations(Optional<Integer> maxIterations)