Uses of Interface
ai.agentscentral.core.agentic.executor.HandoffExecutor
Packages that use HandoffExecutor
-
Uses of HandoffExecutor in ai.agentscentral.core.agentic.executor
Classes in ai.agentscentral.core.agentic.executor that implement HandoffExecutorMethods in ai.agentscentral.core.agentic.executor with parameters of type HandoffExecutorModifier and TypeMethodDescriptionAgenticExecutor<? extends Agentic> AgenticExecutorInitializer.initialize(Agentic agentic, Team partOf, ContextStateManager stateManager, ContextManager contextManager, HandoffExecutor handoffExecutor, AgentJFactory factory) Constructors in ai.agentscentral.core.agentic.executor with parameters of type HandoffExecutorModifierConstructorDescriptionDefaultAgentExecutor(Agent agent, AgentJFactory agentJFactory, ContextManager contextManager, HandoffExecutor handoffExecutor) RoutingModeTeamExecutor(Team team, ContextStateManager stateManager, ContextManager contextManager, AgentJFactory agentJFactory, AgenticExecutorInitializer executorInitializer, HandoffExecutor handoffExecutor)