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
Fields in org.bsc.langgraph4j.spring.ai.agentexecutor with type parameters of type AgentExecutorEx.StateModifier and TypeFieldDescriptionprotected AgentEx.Builder<org.springframework.ai.chat.messages.Message,AgentExecutorEx.State, org.springframework.ai.tool.ToolCallback> AgentExecutorEx.Builder.agentBuilderMethods 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.addApprovalActionHook(EdgeHook.WrapCall<AgentExecutorEx.State> wrapCall) AgentExecutorEx.Builder.addCallModelHook(NodeHook.WrapCall<AgentExecutorEx.State> wrapCall) AgentExecutorEx.Builder.addDispatchActionHook(EdgeHook.WrapCall<AgentExecutorEx.State> wrapCall) AgentExecutorEx.Builder.addDispatchToolsHook(NodeHook.WrapCall<AgentExecutorEx.State> wrapCall) AgentExecutorEx.Builder.addShouldContinueHook(EdgeHook.WrapCall<AgentExecutorEx.State> wrapCall) AgentExecutorEx.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)