Interface SupervisorAgentService<T>
- All Known Implementing Classes:
SupervisorAgentServiceImpl
public interface SupervisorAgentService<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
contextGenerationStrategy
(SupervisorContextStrategy contextStrategy) errorHandler
(Function<ErrorContext, ErrorRecoveryResult> errorHandler) maxAgentsInvocations
(int maxAgentsInvocations) outputName
(String outputName) requestGenerator
(Function<AgenticScope, String> requestGenerator) responseStrategy
(SupervisorResponseStrategy responseStrategy) subAgents
(List<AgentExecutor> agentExecutors)
-
Method Details
-
build
T build() -
chatModel
-
outputName
-
requestGenerator
-
contextGenerationStrategy
-
responseStrategy
-
subAgents
-
subAgents
-
maxAgentsInvocations
-
errorHandler
-