Uses of Class
org.bsc.quarkus.LangGraphFlow.Builder
Packages that use LangGraphFlow.Builder
-
Uses of LangGraphFlow.Builder in org.bsc.quarkus
Methods in org.bsc.quarkus that return LangGraphFlow.BuilderModifier and TypeMethodDescriptionLangGraphFlow.Builder.addInputImageArg(String name) Adds an input image argument to the server configuration with required set to true.LangGraphFlow.Builder.addInputImageArg(String name, boolean required) Adds an input image argument to the server configuration.LangGraphFlow.Builder.addInputStringArg(String name) Adds an input string argument to the server configuration with required set to true.LangGraphFlow.Builder.addInputStringArg(String name, boolean required) Adds an input string argument to the server configuration.static LangGraphFlow.BuilderLangGraphFlow.builder()LangGraphFlow.Builder.compileConfig(org.bsc.langgraph4j.CompileConfig compileConfig) Sets the checkpoint saver for the server.<State extends org.bsc.langgraph4j.state.AgentState>
LangGraphFlow.BuilderLangGraphFlow.Builder.stateGraph(org.bsc.langgraph4j.StateGraph<State> stateGraph) Sets the state graph for the server.Sets the title for the server.