Uses of Class
com.javaaidev.agenticpatterns.parallelizationworkflow.ParallelizationWorkflowAgent
-
Uses of ParallelizationWorkflowAgent in com.javaaidev.agenticpatterns.parallelizationworkflow
Modifier and TypeClassDescriptionclass
DirectAssembling<Request,
Response> A ParallelizationWorkflowAgent which directly assembles subtask execution results without using LLMclass
PromptBasedAssembling<Request,
Response> A ParallelizationWorkflowAgent which uses an LLM to generate the final result using results from subtasks