Uses of Interface
ai.agentscentral.core.context.ContextManager
Packages that use ContextManager
Package
Description
-
Uses of ContextManager in ai.agentscentral.core.agentic.executor
Methods in ai.agentscentral.core.agentic.executor with parameters of type ContextManagerModifier 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 ContextManagerModifierConstructorDescriptionDefaultAgentExecutor(Agent agent, AgentJFactory agentJFactory, ContextManager contextManager, HandoffExecutor handoffExecutor) RoutingModeTeamExecutor(Team team, ContextStateManager stateManager, ContextManager contextManager, AgentJFactory agentJFactory, AgenticExecutorInitializer executorInitializer, HandoffExecutor handoffExecutor) -
Uses of ContextManager in ai.agentscentral.core.context
Classes in ai.agentscentral.core.context that implement ContextManager -
Uses of ContextManager in ai.agentscentral.core.session.processor
Constructors in ai.agentscentral.core.session.processor with parameters of type ContextManagerModifierConstructorDescriptionDefaultSessionProcessor(Agentic agentic, AgentJFactory agentJFactory, ContextStateManager stateManager, ContextManager contextManager, ExecutionLimits executionLimits)