Uses of Interface
dev.langchain4j.agentic.workflow.ParallelMultiInstanceAgentService
Packages that use ParallelMultiInstanceAgentService
Package
Description
-
Uses of ParallelMultiInstanceAgentService in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return ParallelMultiInstanceAgentServiceModifier and TypeMethodDescriptionAgenticServices.parallelMultiInstanceBuilder()Creates a builder for an untyped agent implementing a parallel multi-instance workflow that creates multiple instances of the same sub-agent, one per item in a collection.static <T> ParallelMultiInstanceAgentService<T> AgenticServices.parallelMultiInstanceBuilder(Class<T> agentServiceClass) Creates a builder for an agent implementing a parallel multi-instance 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 ParallelMultiInstanceAgentService in dev.langchain4j.agentic.workflow
Subinterfaces with type arguments of type ParallelMultiInstanceAgentService in dev.langchain4j.agentic.workflowMethods in dev.langchain4j.agentic.workflow that return ParallelMultiInstanceAgentServiceModifier and TypeMethodDescriptionParallelMultiInstanceAgentService.itemsProvider(String itemsProvider) WorkflowAgentsBuilder.parallelMultiInstanceBuilder()default <T> ParallelMultiInstanceAgentService<T> WorkflowAgentsBuilder.parallelMultiInstanceBuilder(Class<T> agentServiceClass) -
Uses of ParallelMultiInstanceAgentService in dev.langchain4j.agentic.workflow.impl
Classes in dev.langchain4j.agentic.workflow.impl that implement ParallelMultiInstanceAgentServiceSubclasses with type arguments of type ParallelMultiInstanceAgentService in dev.langchain4j.agentic.workflow.implMethods in dev.langchain4j.agentic.workflow.impl that return ParallelMultiInstanceAgentServiceModifier and TypeMethodDescriptionParallelMultiInstanceAgentServiceImpl.itemsProvider(String itemsProvider) WorkflowAgentsBuilderImpl.parallelMultiInstanceBuilder()WorkflowAgentsBuilderImpl.parallelMultiInstanceBuilder(Class<T> agentServiceClass)