Uses of Interface
ai.agentscentral.core.agentic.Agentic
Packages that use Agentic
Package
Description
-
Uses of Agentic in ai.agentscentral.core.agent
Classes in ai.agentscentral.core.agent that implement Agentic -
Uses of Agentic in ai.agentscentral.core.agentic.executor
Classes in ai.agentscentral.core.agentic.executor with type parameters of type AgenticModifier and TypeInterfaceDescriptioninterfaceAgenticExecutor<T extends Agentic>AgenticExecutorMethods in ai.agentscentral.core.agentic.executor that return types with arguments of type AgenticModifier 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.Methods in ai.agentscentral.core.agentic.executor with parameters of type AgenticModifier and TypeMethodDescriptionAgenticExecutor<? extends Agentic> AgenticExecutorInitializer.initialize(Agentic agentic, Team partOf, ContextStateManager stateManager, ContextManager contextManager, HandoffExecutor handoffExecutor, AgentJFactory factory) Constructor parameters in ai.agentscentral.core.agentic.executor with type arguments of type AgenticModifierConstructorDescriptionHandedOff(String agent, AgenticExecutor<? extends Agentic> newAgenticExecutor) Creates an instance of aHandedOffrecord class. -
Uses of Agentic in ai.agentscentral.core.agentic.executor.register
Methods in ai.agentscentral.core.agentic.executor.register that return types with arguments of type AgenticModifier 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 AgenticModifier and TypeMethodDescriptionvoidAgenticRegistrar.register(Agentic agentic, Team partOfTeam, AgenticExecutor<? extends Agentic> executor) voidDefaultAgenticRegistrar.register(Agentic agentic, Team partOfTeam, AgenticExecutor<? extends Agentic> executor) Method parameters in ai.agentscentral.core.agentic.executor.register with type arguments of type AgenticModifier and TypeMethodDescriptionvoidAgenticRegistrar.register(Agentic agentic, Team partOfTeam, AgenticExecutor<? extends Agentic> executor) voidDefaultAgenticRegistrar.register(Agentic agentic, Team partOfTeam, AgenticExecutor<? extends Agentic> executor) Constructor parameters in ai.agentscentral.core.agentic.executor.register with type arguments of type AgenticModifierConstructorDescriptionRegisteredAgent(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. -
Uses of Agentic in ai.agentscentral.core.session.processor
Constructors in ai.agentscentral.core.session.processor with parameters of type AgenticModifierConstructorDescriptionDefaultSessionProcessor(Agentic agentic, AgentJFactory agentJFactory, ContextStateManager stateManager, ContextManager contextManager, ExecutionLimits executionLimits) -
Uses of Agentic in ai.agentscentral.core.team
Classes in ai.agentscentral.core.team that implement AgenticMethods in ai.agentscentral.core.team that return types with arguments of type AgenticModifier and TypeMethodDescriptionTeam.members()Returns the value of themembersrecord component.Constructor parameters in ai.agentscentral.core.team with type arguments of type Agentic