Class RoutingModeTeamExecutor
java.lang.Object
ai.agentscentral.core.agentic.executor.RoutingModeTeamExecutor
- All Implemented Interfaces:
AgenticExecutor<Team>,TeamExecutor
RoutingModeTeamExecutor
- Author:
- Rizwan Idrees
-
Constructor Summary
ConstructorsConstructorDescriptionRoutingModeTeamExecutor(Team team, ContextStateManager stateManager, ContextManager contextManager, AgentJFactory agentJFactory, AgenticExecutorInitializer executorInitializer, HandoffExecutor handoffExecutor) -
Method Summary
-
Constructor Details
-
RoutingModeTeamExecutor
public RoutingModeTeamExecutor(Team team, ContextStateManager stateManager, ContextManager contextManager, AgentJFactory agentJFactory, AgenticExecutorInitializer executorInitializer, HandoffExecutor handoffExecutor)
-
-
Method Details
-
execute
public List<Message> execute(String contextId, User user, List<Message> previousContext, List<Message> newMessages, String currentAgenticName, MessageExecutionContext executionContext) - Specified by:
executein interfaceAgenticExecutor<Team>
-
getAgentic
- Specified by:
getAgenticin interfaceAgenticExecutor<Team>
-