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