Class LoopAgent.Builder
- Enclosing class:
LoopAgent
Builder for
LoopAgent.-
Field Summary
Fields inherited from class BaseAgent.Builder
afterAgentCallback, beforeAgentCallback, description, name, subAgents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()maxIterations(int maxIterations) maxIterations(Optional<Integer> maxIterations) Methods inherited from class BaseAgent.Builder
afterAgentCallback, afterAgentCallback, beforeAgentCallback, beforeAgentCallback, description, name, self, subAgents, subAgents
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxIterations
-
maxIterations
-
build
- Specified by:
buildin classBaseAgent.Builder<LoopAgent.Builder>
-