Uses of Interface
ai.agentscentral.core.agentic.executor.AgenticExecutor
Packages that use AgenticExecutor
Package
Description
-
Uses of AgenticExecutor in ai.agentscentral.core.agentic.executor
Subinterfaces of AgenticExecutor in ai.agentscentral.core.agentic.executorClasses in ai.agentscentral.core.agentic.executor that implement AgenticExecutorModifier and TypeClassDescriptionclassclassRoutingModeTeamExecutorMethods in ai.agentscentral.core.agentic.executor that return AgenticExecutorModifier and TypeMethodDescriptionAgenticExecutor<? extends Agentic> AgenticExecutorInitializer.initialize(Agentic agentic, Team partOf, ContextStateManager stateManager, ContextManager contextManager, HandoffExecutor handoffExecutor, AgentJFactory factory) AgenticExecutor<? extends Agentic> HandedOff.newAgenticExecutor()Returns the value of thenewAgenticExecutorrecord component.Constructors in ai.agentscentral.core.agentic.executor with parameters of type AgenticExecutorModifierConstructorDescriptionHandedOff(String agent, AgenticExecutor<? extends Agentic> newAgenticExecutor) Creates an instance of aHandedOffrecord class. -
Uses of AgenticExecutor in ai.agentscentral.core.agentic.executor.register
Methods in ai.agentscentral.core.agentic.executor.register that return AgenticExecutorModifier and TypeMethodDescriptionAgenticExecutor<? extends Agentic> RegisteredAgent.executor()Returns the value of theexecutorrecord component.AgenticExecutor<? extends Agentic> RegisteredAgentic.executor()AgenticExecutor<? extends Agentic> RegisteredTeam.executor()Returns the value of theexecutorrecord component.Methods in ai.agentscentral.core.agentic.executor.register with parameters of type AgenticExecutorModifier and TypeMethodDescriptionvoidAgenticRegistrar.register(Agentic agentic, Team partOfTeam, AgenticExecutor<? extends Agentic> executor) voidDefaultAgenticRegistrar.register(Agentic agentic, Team partOfTeam, AgenticExecutor<? extends Agentic> executor) Constructors in ai.agentscentral.core.agentic.executor.register with parameters of type AgenticExecutorModifierConstructorDescriptionRegisteredAgent(Agent agent, Team partOf, AgenticExecutor<? extends Agentic> executor) Creates an instance of aRegisteredAgentrecord class.RegisteredTeam(Team team, Team partOf, AgenticExecutor<? extends Agentic> executor) Creates an instance of aRegisteredTeamrecord class.