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.LangGraphFlow.Builder.addInputStringArg
(String name, boolean required, Function<Object, Object> converter) static LangGraphFlow.Builder
LangGraphFlow.builder()
LangGraphFlow.Builder.compileConfig
(CompileConfig compileConfig) Sets the checkpoint saver for the server.<State extends AgentState>
LangGraphFlow.BuilderLangGraphFlow.Builder.stateGraph
(StateGraph<State> stateGraph) Sets the state graph for the server.Sets the title for the server.