Uses of Class
org.bsc.spring.agentexecutor.AgentExecutor.State
Packages that use AgentExecutor.State
-
Uses of AgentExecutor.State in org.bsc.spring.agentexecutor
Methods in org.bsc.spring.agentexecutor that return types with arguments of type AgentExecutor.StateModifier and TypeMethodDescriptionAgentExecutor.Builder.build()
Builds and returns a StateGraph with the specified configuration.Methods in org.bsc.spring.agentexecutor with parameters of type AgentExecutor.StateModifier and TypeMethodDescriptionAgentExecutor.callAgent
(AgentExecutor.State state, ChatService chatService) Calls an agent with the given state.static CompletableFuture<Map<String,
Object>> AgentExecutor.executeTools
(AgentExecutor.State state, SpringAIToolService toolService) Executes tools based on the provided state.static String
AgentExecutor.shouldContinue
(AgentExecutor.State state) Determines whether the game should continue based on the current state.Method parameters in org.bsc.spring.agentexecutor with type arguments of type AgentExecutor.StateModifier and TypeMethodDescriptionAgentExecutor.Builder.stateSerializer
(StateSerializer<AgentExecutor.State> stateSerializer) Sets the state serializer for the graph builder.