Uses of Record Class
ai.agentscentral.core.agent.Agent
Packages that use Agent
Package
Description
-
Uses of Agent in ai.agentscentral.core.agentic.executor
Methods in ai.agentscentral.core.agentic.executor that return AgentConstructors in ai.agentscentral.core.agentic.executor with parameters of type AgentModifierConstructorDescriptionDefaultAgentExecutor(Agent agent, AgentJFactory agentJFactory, ContextManager contextManager, HandoffExecutor handoffExecutor) -
Uses of Agent in ai.agentscentral.core.agentic.executor.register
Methods in ai.agentscentral.core.agentic.executor.register that return AgentModifier and TypeMethodDescriptionRegisteredAgent.agent()Returns the value of theagentrecord component.Constructors in ai.agentscentral.core.agentic.executor.register with parameters of type AgentModifierConstructorDescriptionRegisteredAgent(Agent agent, Team partOf, AgenticExecutor<? extends Agentic> executor) Creates an instance of aRegisteredAgentrecord class. -
Uses of Agent in ai.agentscentral.core.model
Methods in ai.agentscentral.core.model with parameters of type AgentModifier and TypeMethodDescriptionProviderFactory.createAgentExecutor(Agent agent, AgentJFactory agentJFactory) -
Uses of Agent in ai.agentscentral.core.provider
Methods in ai.agentscentral.core.provider that return Agent -
Uses of Agent in ai.agentscentral.core.team
Methods in ai.agentscentral.core.team that return AgentModifier and TypeMethodDescriptionTeam.leader()Returns the value of theleaderrecord component.Constructors in ai.agentscentral.core.team with parameters of type Agent