Uses of Class
org.bsc.langgraph4j.spring.ai.agent.ReactAgentBuilder
Packages that use ReactAgentBuilder
-
Uses of ReactAgentBuilder in org.bsc.langgraph4j.spring.ai.agent
Classes in org.bsc.langgraph4j.spring.ai.agent with type parameters of type ReactAgentBuilderModifier and TypeClassDescriptionclassReactAgentBuilder<B extends ReactAgentBuilder<B,State>, State extends MessagesState<org.springframework.ai.chat.messages.Message>> Subclasses of ReactAgentBuilder in org.bsc.langgraph4j.spring.ai.agentModifier and TypeClassDescriptionstatic classReactAgent.Builder<State extends MessagesState<org.springframework.ai.chat.messages.Message>>Class responsible for building a state graph.Method parameters in org.bsc.langgraph4j.spring.ai.agent with type arguments of type ReactAgentBuilderModifier and TypeMethodDescriptionReactAgent.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Builds and returns a StateGraph with the specified configuration.abstract StateGraph<State>ReactAgentBuilder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Constructors in org.bsc.langgraph4j.spring.ai.agent with parameters of type ReactAgentBuilderModifierConstructorDescriptionCallModelAction(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory, ReactAgentBuilder<?, ?> builder) Constructor parameters in org.bsc.langgraph4j.spring.ai.agent with type arguments of type ReactAgentBuilderModifierConstructorDescriptionCallModelAction(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory, ReactAgentBuilder<?, ?> builder) -
Uses of ReactAgentBuilder in org.bsc.langgraph4j.spring.ai.agentexecutor
Subclasses of ReactAgentBuilder in org.bsc.langgraph4j.spring.ai.agentexecutorModifier and TypeClassDescriptionstatic classClass responsible for building a state graph.static classClass responsible for building a state graph.Method parameters in org.bsc.langgraph4j.spring.ai.agentexecutor with type arguments of type ReactAgentBuilderModifier and TypeMethodDescriptionAgentExecutor.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) AgentExecutorEx.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Builds and returns a StateGraph with the specified configuration.