Uses of Record Class
ai.agentscentral.core.team.Team
Packages that use Team
Package
Description
-
Uses of Team in ai.agentscentral.core.agentic.executor
Methods in ai.agentscentral.core.agentic.executor that return TeamMethods in ai.agentscentral.core.agentic.executor with parameters of type TeamModifier 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 TeamModifierConstructorDescriptionRoutingModeTeamExecutor(Team team, ContextStateManager stateManager, ContextManager contextManager, AgentJFactory agentJFactory, AgenticExecutorInitializer executorInitializer, HandoffExecutor handoffExecutor) -
Uses of Team in ai.agentscentral.core.agentic.executor.register
Methods in ai.agentscentral.core.agentic.executor.register that return TeamModifier and TypeMethodDescriptionRegisteredAgent.partOf()Returns the value of thepartOfrecord component.RegisteredTeam.partOf()Returns the value of thepartOfrecord component.RegisteredTeam.team()Returns the value of theteamrecord component.Methods in ai.agentscentral.core.agentic.executor.register with parameters of type TeamModifier 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 TeamModifierConstructorDescriptionRegisteredAgent(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.