Uses of Class
org.bsc.langgraph4j.spring.ai.agentexecutor.AgentExecutorEx.State
Packages that use AgentExecutorEx.State
-
Uses of AgentExecutorEx.State in org.bsc.langgraph4j.spring.ai.agentexecutor
Methods in org.bsc.langgraph4j.spring.ai.agentexecutor that return types with arguments of type AgentExecutorEx.StateModifier and TypeMethodDescriptionAgentExecutorEx.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Builds and returns a StateGraph with the specified configuration.AgentExecutorEx.executeTool(SpringAIToolService toolService, String actionName) AgentExecutorEx.shouldContinue()Method parameters in org.bsc.langgraph4j.spring.ai.agentexecutor with type arguments of type AgentExecutorEx.StateModifier and TypeMethodDescriptionAgentExecutorEx.Builder.approvalOn(String actionId, BiFunction<String, AgentExecutorEx.State, InterruptionMetadata<AgentExecutorEx.State>> interruptionMetadataProvider) AgentExecutorEx.Builder.approvalOn(String actionId, BiFunction<String, AgentExecutorEx.State, InterruptionMetadata<AgentExecutorEx.State>> interruptionMetadataProvider)