Interface ReactAgent
- All Superinterfaces:
LG4JLoggable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classReactAgent.Builder<State extends MessagesState<org.springframework.ai.chat.messages.Message>>Class responsible for building a state graph.static interface -
Field Summary
Fields inherited from interface org.bsc.langgraph4j.LG4JLoggable
log -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <State extends MessagesState<org.springframework.ai.chat.messages.Message>>
ReactAgent.Builder<State>builder()Returns a new instance ofReactAgent.Builder.
-
Method Details
-
builder
static <State extends MessagesState<org.springframework.ai.chat.messages.Message>> ReactAgent.Builder<State> builder()Returns a new instance ofReactAgent.Builder.- Returns:
- a new
ReactAgent.Builderobject
-