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