Uses of Interface
dev.langchain4j.agentic.workflow.ParallelMapperService
Packages that use ParallelMapperService
Package
Description
-
Uses of ParallelMapperService in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return ParallelMapperServiceModifier and TypeMethodDescriptionstatic ParallelMapperService<UntypedAgent> AgenticServices.parallelMapperBuilder()Creates a builder for an untyped agent implementing a parallel mapper workflow that creates multiple instances of the same sub-agent, one per item in a collection.static <T> ParallelMapperService<T> AgenticServices.parallelMapperBuilder(Class<T> agentServiceClass) Creates a builder for an agent implementing a parallel mapper workflow that creates multiple instances of the same sub-agent, one per item in a collection, and can be invoked in a strongly typed way through the provided agent service interface. -
Uses of ParallelMapperService in dev.langchain4j.agentic.workflow
Subinterfaces with type arguments of type ParallelMapperService in dev.langchain4j.agentic.workflowMethods in dev.langchain4j.agentic.workflow that return ParallelMapperServiceModifier and TypeMethodDescriptionParallelMapperService.itemsProvider(String itemsProvider) default ParallelMapperService<UntypedAgent> WorkflowAgentsBuilder.parallelMapperBuilder()default <T> ParallelMapperService<T> WorkflowAgentsBuilder.parallelMapperBuilder(Class<T> agentServiceClass) -
Uses of ParallelMapperService in dev.langchain4j.agentic.workflow.impl
Classes in dev.langchain4j.agentic.workflow.impl that implement ParallelMapperServiceSubclasses with type arguments of type ParallelMapperService in dev.langchain4j.agentic.workflow.implMethods in dev.langchain4j.agentic.workflow.impl that return ParallelMapperServiceModifier and TypeMethodDescriptionParallelMapperServiceImpl.itemsProvider(String itemsProvider) WorkflowAgentsBuilderImpl.parallelMapperBuilder()<T> ParallelMapperService<T> WorkflowAgentsBuilderImpl.parallelMapperBuilder(Class<T> agentServiceClass)